diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim index 9a38216..b255382 160000 --- a/vim/bundle/Vundle.vim +++ b/vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95 diff --git a/vimrc b/vimrc index 901d23d..7dae9a6 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,8 @@ Plugin 'VundleVim/Vundle.vim' Plugin 'vim-airline/vim-airline' " Airline bar Plugin 'vim-airline/vim-airline-themes' " Airline themes +Plugin 'LnL7/vim-nix' + " Themes " Plugin 'arcticicestudio/nord-vim' diff --git a/zshrc b/zshrc index d7b09ac..340852c 100644 --- a/zshrc +++ b/zshrc @@ -67,8 +67,7 @@ source $ZSH/oh-my-zsh.sh # For a full list of active aliases, run `alias`. alias o="xdg-open > /dev/null 2>&1" alias awsdf="aws --endpoint-url https://garage.deuxfleurs.fr" -alias sshfs_rasp="sshfs coloc@192.168.1.50:/hdd/shared/ /media/adrien/rasp -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" -alias sshfs_spoutnik_nix="sshfs adrien@192.168.1.60:/etc/nixos/ /home/adrien/dev/spoutnik_nix -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=4" +alias sshfs="sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3" # export MANPATH="/usr/local/man:$MANPATH"