removed local stuff to local zshrc, added vim-nix

This commit is contained in:
Adrien Luxey-Bitri 2022-10-03 00:57:14 +02:00
parent 69a724dfc7
commit fdc8979c8b
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95

2
vimrc
View File

@ -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'

3
zshrc
View File

@ -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"