diff --git a/zshrc b/zshrc index 0ffc268..b49dc6a 100644 --- a/zshrc +++ b/zshrc @@ -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"