diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-12-14 14:12:47 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-12-14 14:12:47 -0800 |
commit | 4ae4ba3d48b19d438ef78719c20928f39be20447 (patch) | |
tree | c7fec570bf86e10d8c548d7b5ec66fd075d52862 /configs | |
parent | [emacs] highlight line is light blue. (diff) | |
download | emacs.d-4ae4ba3d48b19d438ef78719c20928f39be20447.tar.gz |
[bash] go back to simple prompt.
Diffstat (limited to '')
-rwxr-xr-x | configs/rcs/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/bashrc b/configs/rcs/bashrc index 44995c8..302472a 100755 --- a/configs/rcs/bashrc +++ b/configs/rcs/bashrc @@ -10,7 +10,7 @@ export GOPATH="${HOME}/workspace/go" [ -z "$PS1" ] && return # prompts -export PS1="#\h:\w % " +export PS1="\h:\w % " RC_DIR=$(dirname $(readlink ${BASH_SOURCE[0]})) |