Start Refactoring to composable zsh config modules
This commit is contained in:
parent
764de81461
commit
71a7ca83c6
24 changed files with 643 additions and 296 deletions
5
.zsh.d/37-alias-ssh-tmux-attaching
Normal file
5
.zsh.d/37-alias-ssh-tmux-attaching
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# automatically use tmux whenever we ssh to a server
|
||||
|
||||
function ssht(){
|
||||
ssh $* -t 'tmux a || tmux || /bin/bash'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue