Removed old oh-my-zsh folder and added theme in separte folder

This commit is contained in:
2014-08-28 23:33:18 +02:00
parent fdf77315d8
commit a4cd293222
405 changed files with 1 additions and 24815 deletions

13
dx.zsh-theme Normal file
View File

@@ -0,0 +1,13 @@
# Based on evan's prompt
# Shows the exit status of the last command if non-zero
# Uses "#" instead of "»" when running with elevated privileges
#case $TERM in
# xterm*|rxvt|eterm)
PROMPT="%{$fg[yellow]%}%n@%m %{$fg_bold[green]%}%~ : %{$reset_color%}"
# ;;
# screen)
# PROMPT="%{$fg[yellow]%}%n@%m %{$fg_bold[green]%}: %{$reset_color%}"
# ;;
#esac