From 6927126e30867c374403503eafdbf0aa2d5bc7fc Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 24 Nov 2019 02:43:12 +0300 Subject: [PATCH] bashrc: full path of course --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 7fc0c05..b51b8e2 100644 --- a/bashrc +++ b/bashrc @@ -23,7 +23,7 @@ prompt_command() { } ((UID)) && ps_clr=4 || ps_clr=1 # just a colored version of [ $USER@$HOSTNAME ~ ] -PS1='\[\e[47;30m\][ \[\e[3'"$ps_clr"'m\]\u\[\e[30m\]@\h \[\e[32m\W\[\e[30m\] ]\[\e[0m\]\n\$ ' +PS1='\[\e[47;30m\][ \[\e[3'"$ps_clr"'m\]\u\[\e[30m\]@\h \[\e[32m\w\[\e[30m\] ]\[\e[0m\]\n\$ ' unset ps_clr PROMPT_COMMAND=prompt_command # }}}