refactor(zshrc): remove commented code
icyphox icyph0x@protonmail.com
Wed, 07 Mar 2018 23:42:56 +0530
1 files changed,
0 insertions(+),
9 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -44,15 +44,6 @@ bindkey "^[[4~" end-of-line
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -# gnome-keyring thing -#if [ -n "$DESKTOP_SESSION" ];then -# eval $(gnome-keyring-daemon --start) -# export SSH_AUTH_SOCK -#fi - -#export NVM_DIR="$HOME/.nvm" -#[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm -#[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion # Defer initialization of nvm until nvm, node or a node-dependent command is # run. Ensure this block is only run once if .bashrc gets sourced multiple times # by checking whether __init_nvm is a function.