From 11a748fac0d8a7c96d502f31649a1ef3c054818e Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Wed, 20 May 2026 20:17:25 -0400 Subject: [PATCH] Added stow. alias Added a stow. alias as a shorthand for running stow --dotfiles. --- zsh/dot-zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 5f633b7..5e99b66 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -20,6 +20,9 @@ alias cd="z" # Alias vim to nvim alias vim="nvim" +# Alias for stow --dotfiles +alias stow.="stow --dotfiles" + ############### END ALIASES ############### ############### BEGIN EXPORTS #############