Liquidprompt
This commit is contained in:
parent
319d7a1bcf
commit
6f089f498f
@ -22,4 +22,3 @@ if [ -f "/home/sortion/.local/share/mambaforge/etc/profile.d/mamba.sh" ]; then
|
|||||||
. "/home/sortion/.local/share/mambaforge/etc/profile.d/mamba.sh"
|
. "/home/sortion/.local/share/mambaforge/etc/profile.d/mamba.sh"
|
||||||
fi
|
fi
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
|
||||||
|
8
.zshrc
8
.zshrc
@ -2,16 +2,18 @@ autoload antigen
|
|||||||
|
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
|
|
||||||
source ~/.dotfiles/antigen/antigen.zsh
|
|
||||||
|
|
||||||
source ~/.loadenv.sh
|
source ~/.loadenv.sh
|
||||||
|
|
||||||
|
source ~/.dotfiles/antigen/antigen.zsh
|
||||||
|
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
|
|
||||||
antigen bundle nerdfonts
|
antigen bundle nerdfonts
|
||||||
|
|
||||||
# antigen theme ys
|
# antigen theme ys
|
||||||
|
|
||||||
|
antigen bundle nojhan/liquidprompt
|
||||||
|
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
|
|
||||||
antigen bundle zsh-users/zsh-completions
|
antigen bundle zsh-users/zsh-completions
|
||||||
@ -20,7 +22,7 @@ antigen bundle git
|
|||||||
|
|
||||||
antigen apply
|
antigen apply
|
||||||
|
|
||||||
source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
|
# source <(/home/sortion/.cargo/bin/starship init zsh --print-full-init)
|
||||||
|
|
||||||
if [[ -x /usr/bin/fortune ]]; then
|
if [[ -x /usr/bin/fortune ]]; then
|
||||||
fortune
|
fortune
|
||||||
|
Loading…
x
Reference in New Issue
Block a user