added sshfs_rasp alias

This commit is contained in:
Adrien Luxey-Bitri 2022-10-02 20:34:40 +02:00
parent d546f3a2c3
commit c6c0083e69
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -91,6 +91,7 @@ export EDITOR='vim'
# 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"
# Set Go environment
export PATH="$PATH:/usr/local/go/bin"