From f745243e83ebe604bce122ae1f2185f409af5e49 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 5 Jul 2023 22:27:09 -0500 Subject: [PATCH] added sshfs alias. --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index c41e842..b6e85bb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -152,6 +152,8 @@ alias slideshow='feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay' # converts all .doc and .docx files in the local directory to pdfs using libreoffice alias doc2pdf='loffice --convert-to pdf --headless *.docx#' + #common options for sshfs + alias sshmnt='sshfs -o idmap=user,compression=no,reconnect,follow_symlinks,dir_cache=yes,ServerAliveInterval=15' #setup grep to be a bit more nice local GREP_OPTIONS=""