This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-07-20 11:24:54 -04:00
|
|
|
alias dotfiles='git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME'
|
2018-08-16 11:37:49 -04:00
|
|
|
alias nokeyssh="ssh -o PubkeyAuthentication=no"
|
2018-09-17 21:18:35 -04:00
|
|
|
if [ `uname -s` == 'Linux' ] ; then
|
|
|
|
alias ls="ls --color=auto"
|
|
|
|
fi
|
|
|
|
if [ `uname -s` == 'BSD' ] ; then
|
|
|
|
alias ls="ls -G"
|
|
|
|
fi
|