From 20c8f8438e834832e69b2face22fa65eed216b48 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 28 Jul 2015 13:43:36 -0700 Subject: [bash] update PS1. Display the current directory only. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1