]> git.cameronkatri.com Git - dotfiles.git/blobdiff - .zshrc
Set PATH in .zprofile, dotgit not dotconfig
[dotfiles.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 63a2ec97d9825961c04aa6e05d8a1b90bf877dca..bd9fa86c7e6cdd07f13cd34539b54c14fbca5ffd 100755 (executable)
--- 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
@@ -64,12 +65,6 @@ setxkbmap -option compose:rctrl
 
 export GPG_TTY=$(tty)
 
-export GOPATH=$HOME/Documents/go
-
-export PATH="$HOME/.local/bin:/usr/local/libexec/ccache:$PATH"
-export PATH="$GOPATH/bin:$PATH"
-typeset -U path
-
 # Completion for kitty
 kitty + complete setup zsh | source /dev/stdin
 
@@ -97,4 +92,4 @@ fi
 
 export CVS_RSH=ssh
 
-alias dotconfig='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'
+alias dotgit='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'