diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-24 13:38:47 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-24 13:38:47 +0100 |
commit | 1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7 (patch) | |
tree | bddc1d3577095860fe3b5a561bb14724468f0590 | |
parent | ac9b4c14924a21dbcd9049ab25da36b85fa83668 (diff) | |
download | dotfiles-1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7.tar.gz dotfiles-1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7.tar.xz |
zshrc: Add nosshfs alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -565,6 +565,7 @@ alias noscp='scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' alias sshpw="ssh -S none -o PubkeyAuthentication=no" alias nosshpw="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -S none -o PubkeyAuthentication=no" alias ssh-copy-id="ssh-copy-id -o ControlPath=none" +alias nosshfs='sshfs -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' alias callgrind='valgrind --tool=callgrind' alias vgfull='valgrind --leak-check=full --show-reachable=yes' |