aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_prompt
diff options
context:
space:
mode:
Diffstat (limited to '.bash_prompt')
-rw-r--r--.bash_prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_prompt b/.bash_prompt
index 7afdb79..cb018fd 100644
--- a/.bash_prompt
+++ b/.bash_prompt
@@ -104,7 +104,7 @@ else
fi;
# Set the terminal title to the current working directory.
-PS1="\[\033]0;\w\007\]";
+PS1="\033]0; ${PWD##*/}\007";
PS1+="\[${bold}\]\n"; # newline
PS1+="\[${userStyle}\]\u"; # username
PS1+="\[${white}\] at ";