summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-11-24 13:38:47 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-11-24 13:38:47 +0100
commit1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7 (patch)
treebddc1d3577095860fe3b5a561bb14724468f0590
parentac9b4c14924a21dbcd9049ab25da36b85fa83668 (diff)
downloaddotfiles-1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7.tar.gz
dotfiles-1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7.tar.xz
zshrc: Add nosshfs alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 55937d7..8a2a2cc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'