🔧 Added config files and plugins for zsh
This commit is contained in:
parent
53ffd88535
commit
c50758c92c
5 changed files with 99 additions and 0 deletions
|
|
@ -195,3 +195,6 @@ if [[ -f "$HOME/.sdrc" ]] ; then
|
|||
source "$HOME/.sdrc"
|
||||
fi
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
[ -f ~/.zsh/zsh-fex/fex.zsh ] && source ~/.zsh/zsh-fex/fex.zsh
|
||||
bindkey '^f' fex-widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue