fix: hl alias

This commit is contained in:
2026-03-31 14:39:32 +03:00
parent 00fb8179f2
commit 97868ba924

View File

@@ -91,7 +91,7 @@ hp() {
fi
home push
}
alias hl="home pull && stow -R -t ~ ."
alias hl="home pull && stow -R -d \$DOTFILES -t ~ ."
# stow
alias stow-deploy="stow -v -R -d \$DOTFILES -t ~ ."