aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index b962ee5..bb71096 100755
--- a/.zshrc
+++ b/.zshrc
@@ -44,6 +44,7 @@ alias sort='LC_ALL=C sort'
# https://reviews.freebsd.org/D30545
alias diff='LC_ALL=C TZ=UTC diff --color=auto'
alias ls='ls --color=auto -F'
+export BAT_THEME="Nord"
# Setup LSCOLORS, LS_COLORS and completion
# https://reviews.freebsd.org/D30547
@@ -99,5 +100,5 @@ alias dotconfig='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'
export PATH="$GOPATH/bin:$PATH"
export PATH="/usr/local/llvm12/bin:$PATH"
export PATH="/usr/local/libexec/apple/bin:$PATH"
-export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:$PATH"
+export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:/opt/limd/bin:$PATH"
typeset -U path