summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 63a4013..67f34af 100755
--- a/bashrc
+++ b/bashrc
@@ -12,7 +12,7 @@ export GOPATH="${HOME}/gocode"
 [ "${BASH_VERSINFO}" -gt 3 ] && shopt -s autocd
 
 # prompts
-export PS1="[\t] \W % "
+export PS1="\W % "
 
 alias e="$EDITOR"
 alias et="emacsclient -nw"