summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-08 15:09:58 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-08 15:09:58 -0800
commit000d39156b42c09749c2d3b36eba78ff0dfa40e3 (patch)
treeef07ad0a9f29296a5d9fa68f91eb6f0f799a52cb
parent[bash] Add a few more aliases. (diff)
downloademacs.d-000d39156b42c09749c2d3b36eba78ff0dfa40e3.tar.gz
[bash] Small change to the prompt.
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
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"