summaryrefslogtreecommitdiff
path: root/net:eurodec
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-05-14 14:33:08 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-05-14 14:33:08 +0200
commit3140ebd0f5f6110ec8ba2b271be8595393b59aca (patch)
treed0c73c31245a51b18b93899ccabf6858907e92d5 /net:eurodec
parent80f100583ebe1a4a2856dcac593e7e1ed63260c9 (diff)
[Colors] simplification of PS1_USER colors, and moved them into Environment
Diffstat (limited to 'net:eurodec')
-rw-r--r--net:eurodec/host:osn08002/Colors.zsh4
-rw-r--r--net:eurodec/host:osn08002/Environment.zsh3
2 files changed, 3 insertions, 4 deletions
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]
+