aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
-rw-r--r--.gitconfig2
2 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ba6d113..12c3144 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
diff --git a/.gitconfig b/.gitconfig
index deb8c84..b5015e5 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,5 +1,5 @@
[user]
- email = benj@branchcontrol.com
+ email = benj@rse8.com
name = benj
[init]
defaultBranch = master