summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-17 15:32:33 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-17 15:32:33 -0800
commitaa62c40d1fae4963a0edbdae51e30de2aaa5d429 (patch)
treebf2186803502f5ba0c05c51e207837d9833ce1b6 /bashrc
parent[fonts] Add a directory with some fonts I like. (diff)
downloademacs.d-aa62c40d1fae4963a0edbdae51e30de2aaa5d429.tar.gz
[bash] Update the prompt.
Diffstat (limited to '')
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
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"