summary refs log tree commit diff
path: root/configs/rcs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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]}))