From 66e473cf4d15cf462dcfbc3e8138e736ba52639d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 28 Nov 2021 13:05:00 -0800 Subject: [PATCH] zsh: update plugins with `zup` now --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 84134b9..e0fa0f3 100644 --- a/.zshrc +++ b/.zshrc @@ -102,7 +102,7 @@ lsd='lsd --group-dirs=first' \ # <<< - ## Mini short-hand scripts (ex: la = ls -a) >>> + ## Mini short-hand scripts (ex: glone = git clone) >>> # dotfile management alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' alias d='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' # duplicate for auto-complete @@ -119,6 +119,9 @@ # Make ydotool actually usable for short things alias ydotool='(sudo ydotoold &) && sleep 0.05 && sudo ydotool' + # Update zinit and plugins + alias zup='zinit self-update && zinit update --parallel' + # Edit config files alias \ nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \ @@ -441,7 +444,7 @@ return 1 fi echo - ls --color=auto + # ls --color=auto } # believe it or not, zsh makes for a fine calculator