From b9b67c8763b0458fa6700661c85740baa38d226d Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 11 Apr 2024 16:59:06 -0700 Subject: alacritty and .bashrc updates --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') 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 -- cgit v1.2.3