added zsh commands and nix module to subl
This commit is contained in:
parent
b59de5f837
commit
69a724dfc7
3 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
"Markdown HTML Preview",
|
||||
"Markdown Images",
|
||||
"MarkdownLivePreview",
|
||||
"Nix",
|
||||
"Package Control",
|
||||
"Pandoc",
|
||||
"Predawn",
|
||||
|
|
6
sublime/nix.sublime-settings
Normal file
6
sublime/nix.sublime-settings
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"extensions":
|
||||
[
|
||||
"nix"
|
||||
]
|
||||
}
|
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_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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue