aboutsummaryrefslogtreecommitdiff
path: root/mll-linuxgraphy-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mll-linuxgraphy-setup.sh')
-rwxr-xr-xmll-linuxgraphy-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mll-linuxgraphy-setup.sh b/mll-linuxgraphy-setup.sh
index c13e524..bf478d3 100755
--- a/mll-linuxgraphy-setup.sh
+++ b/mll-linuxgraphy-setup.sh
@@ -52,7 +52,7 @@ EOF
tee /etc/bashrc << EOF >/dev/null
# Prompt to the left of cursor
-export PS1='[\u] j:\j e:$? \w \$ '
+export PS1='[\u] j:\j e:\$? \w \\$ '
# UpArrow autocompletes partial history
bind '"\e[A":history-search-backward'