Removed .bak file

This commit is contained in:
Dreaded_X 2014-08-30 17:27:14 +02:00
parent 9e5a9f3e53
commit 4fd6d35768

View File

@ -1,13 +0,0 @@
# 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