Merge branch 'master' of github.com:atomaka/dotfiles

Conflicts:
	.zsh/atomaka.zsh-theme
This commit is contained in:
Andrew Tomaka 2014-07-09 18:52:52 -04:00
commit 080fa19e35
4 changed files with 35 additions and 205 deletions

View file

@ -13,9 +13,8 @@ done
eval PR_NO_COLOR="%{$terminfo[sgr0]%}"
eval PR_BOLD="%{$terminfo[bold]%}"
# Username
# Show username
eval PR_USER='${PR_GREEN}%n${PR_NO_COLOR}'
eval PR_USER_OP='${PR_GREEN}%#${PR_NO_COLOR}'
# Check if we are on SSH or not
if [[ -n "$SSH_CLIENT" || -n "$SSH2_CLIENT" ]]; then