From c6c0083e694c58992d292e64cfef656408ecc63f Mon Sep 17 00:00:00 2001 From: Adrien Luxey-Bitri Date: Sun, 2 Oct 2022 20:34:40 +0200 Subject: [PATCH] added sshfs_rasp alias --- zshrc | 1 + 1 file changed, 1 insertion(+) 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"