zsh: update plugins with zup
now
This commit is contained in:
parent
3a20d64225
commit
66e473cf4d
1 changed files with 5 additions and 2 deletions
7
.zshrc
7
.zshrc
|
@ -102,7 +102,7 @@
|
||||||
lsd='lsd --group-dirs=first' \
|
lsd='lsd --group-dirs=first' \
|
||||||
|
|
||||||
# <<<
|
# <<<
|
||||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
## Mini short-hand scripts (ex: glone = git clone) >>>
|
||||||
# dotfile management
|
# dotfile management
|
||||||
alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"'
|
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
|
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
|
# Make ydotool actually usable for short things
|
||||||
alias ydotool='(sudo ydotoold &) && sleep 0.05 && sudo ydotool'
|
alias ydotool='(sudo ydotoold &) && sleep 0.05 && sudo ydotool'
|
||||||
|
|
||||||
|
# Update zinit and plugins
|
||||||
|
alias zup='zinit self-update && zinit update --parallel'
|
||||||
|
|
||||||
# Edit config files
|
# Edit config files
|
||||||
alias \
|
alias \
|
||||||
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \
|
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \
|
||||||
|
@ -441,7 +444,7 @@
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
ls --color=auto
|
# ls --color=auto
|
||||||
}
|
}
|
||||||
|
|
||||||
# believe it or not, zsh makes for a fine calculator
|
# believe it or not, zsh makes for a fine calculator
|
||||||
|
|
Loading…
Add table
Reference in a new issue