From b430a437b3243b7e341ee08a690a1c870b7ee898 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Tue, 13 Jul 2021 13:45:48 -0400 Subject: Set bat theme and add limd to path --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-56-ge451