From aa62c40d1fae4963a0edbdae51e30de2aaa5d429 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Nov 2016 15:32:33 -0800 Subject: [bash] Update the prompt. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 3db1c0a..63a4013 100755 --- a/bashrc +++ b/bashrc @@ -12,7 +12,7 @@ export GOPATH="${HOME}/gocode" [ "${BASH_VERSINFO}" -gt 3 ] && shopt -s autocd # prompts -export PS1="[\t] \W → " +export PS1="[\t] \W % " alias e="$EDITOR" alias et="emacsclient -nw" -- cgit 1.4.1