Add previous bash ssh scripting and separate out aliases

This commit is contained in:
Marty Oehme 2018-12-19 13:50:23 +01:00
parent b1e97c3682
commit ad037103b2
1 changed files with 2 additions and 0 deletions

2
.aliases Normal file
View File

@ -0,0 +1,2 @@
alias ls='ls --color=auto'
alias dotfiles='/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty'