all repos — dotfiles @ 725a7857f2fdaaad818d653909083984a2e2ac8c

my *nix dotfiles

refactor(zshrc): remove commented code
icyphox icyph0x@protonmail.com
Wed, 07 Mar 2018 23:42:56 +0530
commit

725a7857f2fdaaad818d653909083984a2e2ac8c

parent

a7787bca1fde0933acf9b8e89613078096d8f1d4

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M zsh/.zshrczsh/.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.