commit c04bd76cc12a0342d3a285dc4b1c946833db848f
parent c220df06d5103f880438c8c42977652d1e0e994b
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sun, 24 May 2015 14:05:42 -0700
Bash: Add minimalist prompt option
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bashrc b/bashrc
@@ -60,6 +60,7 @@ PS1='\[${Blue}\]\u \
$([ \j -gt 0 ] && echo "\j ")\[${White}\]\
\$\[${Color_Off}\] '
+# PS1='\[${White}\]\$\[${Color_Off}\] '
# PS1="${Blue}\u@\h${Color_Off}:${Cyan}\w${White}❯❯${Color_Off} "
# PS1='C:${PWD////\\\\}>'