summaryrefslogtreecommitdiff
path: root/00_Preambule.zsh
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-06-14 22:04:51 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:07 +0100
commitfb8e6a413979695cf315b259d84f77abc5c629db (patch)
tree63508cf94e26931fe261713d7f258e019fdfa534 /00_Preambule.zsh
parent3dcbc2edb014013cc5af208c1a01c3d5f06bd0fb (diff)
Zsh power !!
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@245 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to '00_Preambule.zsh')
-rw-r--r--00_Preambule.zsh14
1 files changed, 14 insertions, 0 deletions
diff --git a/00_Preambule.zsh b/00_Preambule.zsh
index 317dcf0..fd52ce7 100644
--- a/00_Preambule.zsh
+++ b/00_Preambule.zsh
@@ -8,3 +8,17 @@ umask 002
##
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null
+
+# Variables utiles
+
+ _color_black=\033[30m
+ _color_red=\033[31m
+ _color_green=\033[32m
+ _color_yellow=\033[33m
+ _color_blue=\033[34m
+_color_magenta=\033[35m
+ _color_cyan=\033[36m
+
+ _unset_color=\033[0m
+ _color_bold=\033[1m
+_color_underline=\033[4m