diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-28 13:43:36 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-28 13:43:36 -0700 |
commit | 20c8f8438e834832e69b2face22fa65eed216b48 (patch) | |
tree | 5d3c51b247ce9173f576c6e934a1c4fff2d91fb2 | |
parent | [bash] editor (diff) | |
download | emacs.d-20c8f8438e834832e69b2face22fa65eed216b48.tar.gz |
[bash] update PS1.
Display the current directory only.
-rw-r--r-- | bashrc | 2 |
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 |