Add chuck facts and more color highlighting
This commit is contained in:
parent
0db430ff55
commit
7a7ae6543e
@ -1,6 +1,6 @@
|
||||
export LUA_PATH='/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib64/lua/5.4/?.lua;/usr/lib64/lua/5.4/?/init.lua;./?.lua;./?/init.lua;/home/sortion/.luarocks/share/lua/5.4/?.lua;/home/sortion/.luarocks/share/lua/5.4/?/init.lua'
|
||||
export LUA_CPATH='/usr/lib64/lua/5.4/?.so;/usr/lib64/lua/5.4/loadall.so;./?.so;/home/sortion/.luarocks/lib/lua/5.4/?.so;/usr/lib/lua/5.4/?.so'
|
||||
export PATH='/home/sortion/.luarocks/bin:/home/sortion/.julia/bin:/home/sortion/.nvm/versions/node/v17.9.1/bin:/home/sortion/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/opt/quarto-1.3.433/bin:/home/sortion/.local/bin:/home/sortion/bin:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/home/sortion/.antigen/bundles/zsh-users/zsh-syntax-highlighting:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/home/sortion/Documents/cours/tools/bin/'
|
||||
export PATH='/home/sortion/.luarocks/bin:/home/sortion/.julia/bin:/home/sortion/.nvm/versions/node/v17.9.1/bin:/home/sortion/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/opt/quarto-1.3.433/bin:/home/sortion/.local/bin:/home/sortion/bin:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/lib:/home/sortion/.antigen/bundles/zsh-users/zsh-syntax-highlighting:/home/sortion/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/git:/home/sortion/Documents/cours/tools/bin/:/usr/games/'
|
||||
|
||||
export TEXMFHOME=~/.texmf
|
||||
|
||||
|
22
.zshrc
22
.zshrc
@ -10,26 +10,36 @@ antigen use oh-my-zsh
|
||||
|
||||
antigen bundle nerdfonts
|
||||
|
||||
# antigen theme ys
|
||||
antigen theme ys
|
||||
|
||||
antigen bundle nojhan/liquidprompt
|
||||
antigen bundle chucknorris
|
||||
|
||||
antigen bundle rand-quote
|
||||
|
||||
# antigen bundle nojhan/liquidprompt
|
||||
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
|
||||
antigen bundle zsh-users/zsh-completions
|
||||
|
||||
antigen bundle zsh-users/zsh-autosuggestions
|
||||
|
||||
antigen bundle colored-man-pages
|
||||
|
||||
antigen bundle git
|
||||
|
||||
antigen apply
|
||||
|
||||
source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
|
||||
# source ~/.antigen/bundles/nojhan/liquidprompt/liquidprompt
|
||||
|
||||
source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-chevron.conf
|
||||
# source ~/.antigen/bundles/nojhan/liquidprompt/themes/powerline/powerline.theme && lp_theme powerline
|
||||
|
||||
source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
||||
# source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-chevron.conf
|
||||
|
||||
# source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
||||
|
||||
# source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
|
||||
|
||||
if [[ -x /usr/bin/fortune ]]; then
|
||||
if ! type /usr/bin/fortune > /dev/null; then
|
||||
fortune
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user