diff options
Diffstat (limited to 'host:groumpf')
l--------- | host:groumpf | 1 | ||||
-rw-r--r-- | host:groumpf/Colors.zsh | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/host:groumpf b/host:groumpf deleted file mode 120000 index 0ac9f03..0000000 --- a/host:groumpf +++ /dev/null @@ -1 +0,0 @@ -net:opera.openwide.fr/host:groumpf
\ No newline at end of file diff --git a/host:groumpf/Colors.zsh b/host:groumpf/Colors.zsh new file mode 100644 index 0000000..ef903a1 --- /dev/null +++ b/host:groumpf/Colors.zsh @@ -0,0 +1,7 @@ + +#PS1_USER=$color[red] +#PS1_ROOT=$color[black] + +PS1_USER="38;5;69" +PS1_ROOT=$color[red] + |