diff --git a/.zshrc b/.zshrc index c0549d8..8aac6de 100644 --- a/.zshrc +++ b/.zshrc @@ -77,6 +77,7 @@ export FZF_DEFAULT_COMMAND="find . -not \( -name .git -prune \) -type f | sed 's alias dots="git --git-dir=$HOME/.dots --work-tree=$HOME" alias dotmodules="dots submodule update --recursive --remote" +alias dotupdate="dots pull && vi --headless -c 'call ConfUpdate()'" alias venv="source ~/.venvs/venv/bin/activate" alias top="htop" alias ytdl="youtube-dl"