]> git.cameronkatri.com Git - dotfiles.git/blobdiff - .zshrc
Set PATH in .login_conf
[dotfiles.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index 452ed3be7a9d42ca0386197b2a48d4396974297c..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
 
@@ -81,7 +76,7 @@ jq -e '.mount.mounted[] | select(.node == "/usr/home/cameron/Documents/smbnetfs"
        smbnetfs $HOME/Documents/smbnetfs
 fi
 
-source ~/.proenv.zsh
+source ~/.crossenv.zsh
 
 source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
@@ -95,4 +90,6 @@ if mail -e; then
        echo "You have mail!"
 fi
 
-alias dotconfig='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'
+export CVS_RSH=ssh
+
+alias dotgit='git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME'