added sshfs_rasp alias
This commit is contained in:
parent
d546f3a2c3
commit
c6c0083e69
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
@ -91,6 +91,7 @@ export EDITOR='vim'
|
||||||
# For a full list of active aliases, run `alias`.
|
# For a full list of active aliases, run `alias`.
|
||||||
alias o="xdg-open > /dev/null 2>&1"
|
alias o="xdg-open > /dev/null 2>&1"
|
||||||
alias awsdf="aws --endpoint-url https://garage.deuxfleurs.fr"
|
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"
|
||||||
|
|
||||||
# Set Go environment
|
# Set Go environment
|
||||||
export PATH="$PATH:/usr/local/go/bin"
|
export PATH="$PATH:/usr/local/go/bin"
|
||||||
|
|
Loading…
Reference in a new issue