summary refs log tree commit diff
path: root/configs/rcs
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2018-12-14 14:12:47 -0800
committerFranck Cuny <fcuny@twitter.com>2018-12-14 14:12:47 -0800
commit4ae4ba3d48b19d438ef78719c20928f39be20447 (patch)
treec7fec570bf86e10d8c548d7b5ec66fd075d52862 /configs/rcs
parent[emacs] highlight line is light blue. (diff)
downloademacs.d-4ae4ba3d48b19d438ef78719c20928f39be20447.tar.gz
[bash] go back to simple prompt.
Diffstat (limited to 'configs/rcs')
-rwxr-xr-xconfigs/rcs/bashrc2
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]}))