From 3140ebd0f5f6110ec8ba2b271be8595393b59aca Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 14 May 2009 14:33:08 +0200 Subject: [Colors] simplification of PS1_USER colors, and moved them into Environment --- net:eurodec/host:osn08002/Colors.zsh | 4 ---- net:eurodec/host:osn08002/Environment.zsh | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 net:eurodec/host:osn08002/Colors.zsh (limited to 'net:eurodec') diff --git a/net:eurodec/host:osn08002/Colors.zsh b/net:eurodec/host:osn08002/Colors.zsh deleted file mode 100644 index a43eaef..0000000 --- a/net:eurodec/host:osn08002/Colors.zsh +++ /dev/null @@ -1,4 +0,0 @@ - -PS1_USER=$color[white] -PS1_USER_SSH=$PS1_USER - diff --git a/net:eurodec/host:osn08002/Environment.zsh b/net:eurodec/host:osn08002/Environment.zsh index 35b1dde..d21d723 100644 --- a/net:eurodec/host:osn08002/Environment.zsh +++ b/net:eurodec/host:osn08002/Environment.zsh @@ -1,3 +1,6 @@ [ "$TERM" = "rxvt-unicode" ] && export TERM=rxvt-color + +PS1_USER=$color[white] + -- cgit v1.2.3