aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 5cc5bf2..81a899d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -6,6 +6,7 @@
[[ $- != *i* ]] && return
export HISTSIZE=-1
+export HISTTIMEFORMAT="[%F %H:%M] "
# generic setup
function parse_git_branch () {
@@ -117,6 +118,7 @@ fi
source ~/.setup/.git-completion.bash
source ~/.setup/.bashrc.local
+[ -f "/home/benj/.ghcup/env" ] && source "/home/benj/.ghcup/env" # ghcup-env
complete -cf sudo
complete -C /usr/bin/vault vault