Skip to content

Commit 3df01ea

Browse files
committed
Add autossh alias
1 parent dae2690 commit 3df01ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zsh/custom/utils.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ update() {
244244
# For those familiar with Vim
245245
alias :q="exit"
246246

247+
alias assh="autossh"
248+
247249
# Calculate checksum for current directory INCLUDING filenames and permissions. It takes no arguments
248250
alias dirsum1="tar c . | md5sum"
249251

0 commit comments

Comments
 (0)