diff options
Diffstat (limited to 'etc/prompt')
-rw-r--r-- | etc/prompt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/prompt b/etc/prompt new file mode 100644 index 0000000..43db236 --- /dev/null +++ b/etc/prompt @@ -0,0 +1,5 @@ +## Prompt +## vim:ft=zsh +# RPS1 is on the right side of the terminal +export PS1="${ps_yellow}%n@%m${ps_reset} %c %(!.${ps_red}#.${ps_green}%%)${ps_reset} " +export RPS1="${ps_yellow}[${ps_info}${pstags}${ps_yellow}%T]${ps_reset}" |