added zsh commands and nix module to subl

This commit is contained in:
Adrien Luxey-Bitri 2022-10-02 23:38:54 +02:00
parent b59de5f837
commit 69a724dfc7
3 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"Markdown HTML Preview",
"Markdown Images",
"MarkdownLivePreview",
"Nix",
"Package Control",
"Pandoc",
"Predawn",

View File

@ -0,0 +1,6 @@
{
"extensions":
[
"nix"
]
}

1
zshrc
View File

@ -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_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"
# export MANPATH="/usr/local/man:$MANPATH"