Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 399 Bytes

bash-tools

Random tools to make the cmd line more awesome. Clone this repo to your user home and add

source ~/bash-tools/bashrc.sh

to your ~/.bashrc or ~/.bash_profile

misc notes ...

Homebrew

PATH="/usr/local/bin:$PATH" ; export PATH

Sublime text editor

PATH="$PATH:/Applications/Sublime Text 2.app/Contents/SharedSupport/bin:" ; export PATH