diff options
Diffstat (limited to 'net:lan.theoris.fr')
-rw-r--r-- | net:lan.theoris.fr/Colors.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net:lan.theoris.fr/Colors.zsh b/net:lan.theoris.fr/Colors.zsh new file mode 100644 index 0000000..769255b --- /dev/null +++ b/net:lan.theoris.fr/Colors.zsh @@ -0,0 +1,6 @@ +if [ "$TMUX" != "" ] +then + PS1_USER="38;5;41" +else + PS1_USER="38;5;40" +fi |