diff options
| author | benj <benj@rse8.com> | 2024-04-11 16:59:06 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2024-04-11 16:59:06 -0700 |
| commit | b9b67c8763b0458fa6700661c85740baa38d226d (patch) | |
| tree | 3ad19b26ee93a865b86ee8a9103c30dd9adf4df4 | |
| parent | 65a1bc83f196f34665c83b8914e789e754a07523 (diff) | |
| download | setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar.gz setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar.bz2 setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar.lz setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar.xz setup-b9b67c8763b0458fa6700661c85740baa38d226d.tar.zst setup-b9b67c8763b0458fa6700661c85740baa38d226d.zip | |
alacritty and .bashrc updates
| -rw-r--r-- | .alacritty.toml | 2 | ||||
| -rw-r--r-- | .bashrc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.alacritty.toml b/.alacritty.toml index 9ba36fa..075542f 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,5 +1,5 @@ import = [ - "~/.setup/solarized_dark.toml" + "~/.config/alacritty/themes/themes/solarized_dark.toml" ] [bell] @@ -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 |
