From a3132a70c6dd8970e8bfee12c31fe601da231abe Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 19 Nov 2016 10:47:29 -0800 Subject: [bash] Do not put the date in the prompt. It would be more useful to add an alias to wrap commands with 'time' when needed instead. I don't care about the date the command was entered, I care about how long it takes to run it. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1