|
|
@ -23,8 +23,6 @@ source ~/.local/share/zsh/aliases.zsh
|
|
|
|
|
|
|
|
|
|
|
|
# antigen
|
|
|
|
# antigen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
source ~/.local/share/zsh/antigen.zsh
|
|
|
|
source ~/.local/share/zsh/antigen.zsh
|
|
|
|
antigen use oh-my-zsh
|
|
|
|
antigen use oh-my-zsh
|
|
|
|
|
|
|
|
|
|
|
@ -38,7 +36,6 @@ antigen bundle zsh-users/zsh-syntax-highlighting
|
|
|
|
antigen bundle zsh-users/zsh-autosuggestions
|
|
|
|
antigen bundle zsh-users/zsh-autosuggestions
|
|
|
|
antigen bundle lukechilds/zsh-nvm
|
|
|
|
antigen bundle lukechilds/zsh-nvm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
antigen apply
|
|
|
|
antigen apply
|
|
|
|
|
|
|
|
|
|
|
|
# antigen end
|
|
|
|
# antigen end
|
|
|
@ -67,7 +64,3 @@ eval "$(zoxide init zsh --cmd cd)"
|
|
|
|
|
|
|
|
|
|
|
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
|
|
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin"
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Load Angular CLI autocompletion.
|
|
|
|
|
|
|
|
#source <(ng completion script)
|
|
|
|
|
|
|
|