commit c37cd2f718c83ded87b316302fa9ddc8e99254bd
parent 0fdac206c529414f18e84befbaf31a6d95e70713
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 11 Sep 2018 14:25:14 +0200
change bash prompt to make it easier to copy current path
dotfiles/.bashrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
@@ -59,7 +59,7 @@ fi
if [ "$color_prompt" = yes ]; then
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
#PS1="\[\e]0;\w\a\]\n\[\e[32m\]\u@\h\[\e[33m\]:\w\[\e[0m\]> "
- PS1="\[\e]0;\w\a\]\n\[\e[32m\]\u@\h\[\e[33m\]:\w\[\e[0m\] \D{%m-%d %H:%M}> "
+ PS1="\[\e]0;\w\a\]\n\[\e[32m\]\u@\h\[\e[33m\] \w\[\e[0m\] \D{%m-%d %H:%M}> "
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi