icbat / bash-aliases

Aliases I use. PRs welcome!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash-aliases

Aliases I use. Pull Requests welcome!

To use

Drop these somewhere and source .bash_aliases. You can make this automatic by dropping the following block in to your .bash_rc or .bash_profile

if [ -f "${HOME}/.bash_aliases" ]; then
  source "${HOME}/.bash_aliases"
fi

About

Aliases I use. PRs welcome!

License:MIT License