summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-28 13:43:36 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-28 13:43:36 -0700
commit20c8f8438e834832e69b2face22fa65eed216b48 (patch)
tree5d3c51b247ce9173f576c6e934a1c4fff2d91fb2
parent[bash] editor (diff)
downloademacs.d-20c8f8438e834832e69b2face22fa65eed216b48.tar.gz
[bash] update PS1.
Display the current directory only.
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 368c40b..081aaf6 100644
--- a/bashrc
+++ b/bashrc
@@ -12,7 +12,7 @@ export PATH="$HOME/bin":"$HOME/.bin":"$PATH"
 [ -z "$PS1" ] && return
 
 # prompts
-export PS1="\w % "
+export PS1="\W % "
 
 # limits
 ulimit -S -c 0