summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-06 16:09:13 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-06 16:09:13 -0800
commit032946d5f420d4c0edbae668348e2e92430228e0 (patch)
treeab7f331e521df8a479750dad34bd8b620bac6897
parent[snippets] store some snippets / scripts here too. (diff)
downloademacs.d-032946d5f420d4c0edbae668348e2e92430228e0.tar.gz
[bashrc] update prompt (again)
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
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"