From 032946d5f420d4c0edbae668348e2e92430228e0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 6 Dec 2016 16:09:13 -0800 Subject: [bashrc] update prompt (again) --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index aeaa580..b46ea6c 100755 --- a/bashrc +++ b/bashrc @@ -12,7 +12,7 @@ export GOPATH="${HOME}/gocode" [ "${BASH_VERSINFO}" -gt 3 ] && shopt -s autocd # prompts -export PS1="[\W] " +export PS1="\W % " alias e="$EDITOR" alias et="emacsclient -nw" -- cgit 1.4.1