From 000d39156b42c09749c2d3b36eba78ff0dfa40e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Nov 2016 15:09:58 -0800 Subject: [bash] Small change to the prompt. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 67f34af..3db1c0a 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="[\t] \W → " alias e="$EDITOR" alias et="emacsclient -nw" -- cgit 1.4.1