From 65870e81fed84e77e9f3e60631dd0aa67b44f72b Mon Sep 17 00:00:00 2001
From: PowerUser64 <blakelysnorth@gmail.com>
Date: Wed, 15 Sep 2021 00:50:01 -0700
Subject: [PATCH] why did I write it like that :face_palm:...

---
 .zshrc | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/.zshrc b/.zshrc
index b52ad33..1da6590 100644
--- a/.zshrc
+++ b/.zshrc
@@ -79,16 +79,13 @@
    # <<<
    ## Mini short-hand scripts (ex: la = ls -a) >>>
    # dotfile management
-   alias dot='git --git-dir="/home/blake/git/dotfiles" --work-tree="$HOME"'
+   alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"'
 
    alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it
 
    # Edit config files
    alias \
-      nvci="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/init.lua)" \
-      nvcs="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/settings.lua)" \
-      nvcp="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/plugins.lua)" \
-      nvcl="(cd ~/.config/nvim && $EDITOR ~/.config/nvim/lua/lsp.lua)" \
+      nvc="(cd ~/.config/nvim && nvim)" \
       zshrc="$EDITOR ~/.zshrc" \
       todo="$EDITOR ~/todo.md" \
       fstab="sudo $EDITOR /etc/fstab" \
@@ -380,11 +377,11 @@
 
       # Themes
       # terminal colors
-      if [[ -f ~/.config/shell/colors.sh ]];then
-         source ~/.config/shell/colors.sh 
-      else
-         zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
-      fi
+      # if [[ -f ~/.config/shell/colors.sh ]];then
+      #    source ~/.config/shell/colors.sh 
+      # else
+      #    zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
+      # fi
       zinit load "romkatv/powerlevel10k"
       zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \
          atpull'%atclone' pick"colors.zsh" nocompile'!' \