Begin moving to new XDG compliant directory structure

This commit is contained in:
Marty Oehme 2019-02-24 11:06:50 +01:00
parent 50c1b6cacb
commit 5e50aafcd0
23 changed files with 27 additions and 8 deletions

View file

@ -1,5 +0,0 @@
# automatically use tmux whenever we ssh to a server
function ssht(){
ssh $* -t 'tmux a || tmux || /bin/bash'
}