Added Powerline + Powerline patches

This commit is contained in:
2014-09-05 20:55:25 +02:00
parent a1861b8148
commit 437da9c1c6
2 changed files with 7 additions and 0 deletions

4
zshrc
View File

@@ -77,3 +77,7 @@ alias attach="tmux a"
DISABLE_AUTO_TITLE=true
export TERM=screen-256color-bce
if [ -d "$HOME/.local/bin" ]; then
PATH="$HOME/.local/bin:$PATH"
fi