diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-06 16:09:13 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-06 16:09:13 -0800 |
commit | 032946d5f420d4c0edbae668348e2e92430228e0 (patch) | |
tree | ab7f331e521df8a479750dad34bd8b620bac6897 | |
parent | [snippets] store some snippets / scripts here too. (diff) | |
download | emacs.d-032946d5f420d4c0edbae668348e2e92430228e0.tar.gz |
[bashrc] update prompt (again)
-rwxr-xr-x | bashrc | 2 |
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" |