This repository has been archived on 2021-04-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bare-dotfiles/.bash_aliases
2018-09-17 21:18:35 -04:00

8 lines
241 B
Bash

alias dotfiles='git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME'
alias nokeyssh="ssh -o PubkeyAuthentication=no"
if [ `uname -s` == 'Linux' ] ; then
alias ls="ls --color=auto"
fi
if [ `uname -s` == 'BSD' ] ; then
alias ls="ls -G"
fi