summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-01-19 10:39:46 -0800
committerFranck Cuny <fcuny@twitter.com>2019-01-19 10:39:46 -0800
commit9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch)
treeb27ff6c5259e7cd983b55153d1fe1438cc75cd6b /bashrc
parent[bash] go back to simple prompt. (diff)
downloademacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to '')
-rwxr-xr-xbashrc (renamed from configs/rcs/bashrc)2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/bashrc b/bashrc
index 302472a..16d0c9b 100755
--- a/configs/rcs/bashrc
+++ b/bashrc
@@ -10,7 +10,7 @@ export GOPATH="${HOME}/workspace/go"
 [ -z "$PS1" ] && return
 
 # prompts
-export PS1="\h:\w % "
+export PS1="\w % "
 
 RC_DIR=$(dirname $(readlink ${BASH_SOURCE[0]}))