]> git.cameronkatri.com Git - dotfiles.git/blobdiff - .zshrc
Add lemonbar script
[dotfiles.git] / .zshrc
diff --git a/.zshrc b/.zshrc
index cd4c04c01cbd03124df82ae8c8bcb4fc432512eb..36c63ce27da10fed86a332c7b8c1d70c05b9caf9 100755 (executable)
--- a/.zshrc
+++ b/.zshrc
@@ -35,6 +35,7 @@ export LANG=en_US.UTF-8
 
 # Various editors and fix aliases with sudo
 export EDITOR=nvim
 
 # Various editors and fix aliases with sudo
 export EDITOR=nvim
+export COLORTERM=1 CLICOLOR=1
 bindkey '^E' edit-command-line
 alias code='code-oss'
 alias sudo='sudo '
 bindkey '^E' edit-command-line
 alias code='code-oss'
 alias sudo='sudo '
@@ -44,6 +45,8 @@ 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'
 # https://reviews.freebsd.org/D30545
 alias diff='LC_ALL=C TZ=UTC diff --color=auto'
 alias ls='ls --color=auto -F'
+alias diffstat='diffstat -C'
+export BAT_THEME="Nord"
 
 # Setup LSCOLORS, LS_COLORS and completion
 # https://reviews.freebsd.org/D30547
 
 # Setup LSCOLORS, LS_COLORS and completion
 # https://reviews.freebsd.org/D30547
@@ -64,28 +67,18 @@ setxkbmap -option compose:rctrl
 
 export GPG_TTY=$(tty)
 
 
 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
 
 # Completion for kitty
 kitty + complete setup zsh | source /dev/stdin
 
-#autoload -U compinit
-#compinit
-
 export LESS='-FiMRx2$z-4$Dd+c$Du+g'
 export LESS='-FiMRx2$z-4$Dd+c$Du+g'
-export LESSOPEN="| source-highlight-esc.sh %s"
 
 # https://reviews.freebsd.org/D30341
 
 # https://reviews.freebsd.org/D30341
-if ! mount -t fusefs --libxo=json | \
-jq -e '.mount.mounted[] | select(.node == "/usr/home/cameron/Documents/smbnetfs")' >/dev/null; then
-       smbnetfs $HOME/Documents/smbnetfs
-fi
+#if ! mount -t fusefs --libxo=json | \
+#jq -e '.mount.mounted[] | select(.node == "/usr/home/cameron/Documents/smbnetfs")' >/dev/null; then
+#      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
 
 source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
@@ -99,4 +92,6 @@ if mail -e; then
        echo "You have mail!"
 fi
 
        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'