]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Mon, 5 Jan 2009 08:37:55 +0000 (17:37 +0900)
committerPHO <pho@cielonegro.org>
Mon, 5 Jan 2009 08:37:55 +0000 (17:37 +0900)
dot-files/_nethackrc
dot-files/_zshrc

index dcd742bdac09d4c7d64d1de6ce6e8c8aeca0cc82..51bf67335239477cb69aa439b6a1be38b72e23a5 100644 (file)
@@ -2,7 +2,7 @@ OPTIONS=autodig
 OPTIONS=!cmdassist
 OPTIONS=color
 OPTIONS=DECgraphics
-OPTIONS=extmenu
+#OPTIONS=extmenu
 OPTIONS=fruit:mango
 OPTIONS=gender:female
 OPTIONS=hilite_pet
index 6d8cf6317ad0826970f53e699c46aab4f3c87606..25a5ee636e85c39bbcc1afddc5ea483148b9f556 100644 (file)
@@ -22,6 +22,9 @@ if [ -f "$HOME/.ssh/known_hosts" ]; then
     _cache_hosts=(`perl -ne  'if (/^([a-zA-Z0-9.-]+)/) { print "$1\n";}' ~/.ssh/known_hosts`)
 fi
 
+autoload -U colors
+colors
+
 setopt no_beep
 setopt auto_cd
 setopt auto_list
@@ -49,8 +52,9 @@ setopt hist_ignore_space
 setopt inc_append_history
 setopt share_history
 
-PROMPT=$'%{\ek\e\\%}%B[%n@%m] %#%b '
-RPROMPT='%U%?%u %U%D{%m/%d}%u %U%D{%T}%u %U%~%u'
+PROMPT=$'%{\ek\e\\%}%{%(?.$fg[green].$fg[red])%}%B[%n@%m] %#%b %{$reset_color%}'
+RPROMPT='%U%D{%m/%d}%u %U%D{%T}%u %U%~%u'
+
 HISTFILE="$HOME/.zhistory"
 HISTSIZE=6000000
 SAVEHIST=6000000
@@ -62,10 +66,10 @@ alias -g T="| tail"
 
 alias ..='cd ..'
 alias cd..='cd ..'
-alias ls='ls -wF'
-alias la='ls -wa'
-alias l='ls -wl'
-alias lls='ls -wla'
+alias ls='ls -F'
+alias la='ls -a'
+alias l='ls -l'
+alias lls='ls -la'
 alias p='pushd'
 alias o='popd'
 alias d='dirs'