vim-nix
This commit is contained in:
parent
fdc8979c8b
commit
fad4cce173
4 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -25,3 +25,6 @@
|
|||
[submodule "vim/bundle/vim-airline-themes"]
|
||||
path = vim/bundle/vim-airline-themes
|
||||
url = https://github.com/vim-airline/vim-airline-themes.git
|
||||
[submodule "vim/bundle/vim-nix"]
|
||||
path = vim/bundle/vim-nix
|
||||
url = git@github.com:LnL7/vim-nix.git
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"AutoPEP8",
|
||||
"ayu",
|
||||
"Compare Side-By-Side",
|
||||
"Dartlight",
|
||||
"Diffy",
|
||||
"DocBlockr_Python",
|
||||
"Dockerfile Syntax Highlighting",
|
||||
|
|
1
vim/bundle/vim-nix
Submodule
1
vim/bundle/vim-nix
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7d23e97d13c40fcc6d603b291fe9b6e5f92516ee
|
1
zshrc
1
zshrc
|
@ -68,6 +68,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
alias o="xdg-open > /dev/null 2>&1"
|
||||
alias awsdf="aws --endpoint-url https://garage.deuxfleurs.fr"
|
||||
alias sshfs="sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3"
|
||||
alias sshfs_rasp="sshfs coloc@warez.luxeylab.net:/hdd/shared/ /media/adrien/rasp"
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
|
|
Loading…
Reference in a new issue