Begin moving to new XDG compliant directory structure
This commit is contained in:
parent
50c1b6cacb
commit
5e50aafcd0
23 changed files with 27 additions and 8 deletions
5
.config/zsh/37-alias-ssh-tmux-attaching
Normal file
5
.config/zsh/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