Added some more powerline stuff.

This commit is contained in:
2014-05-02 01:26:54 -07:00
parent 6ff0d0bf10
commit c3c3f17770
7 changed files with 134 additions and 67 deletions

View File

@@ -182,3 +182,7 @@ function fix_brew_htop() {
sudo chown root $(readlink -f `which htop`)
sudo chmod 6555 `which htop`
}
function pip_package_location() {
pip show $1 | grep Location | get_cols 2
}