Updated config

This commit is contained in:
2025-03-21 17:38:04 +01:00
parent 02cf6da26a
commit 92efc41e6e

View File

@ -14,6 +14,7 @@ alias gts "gotestsum"
# Home
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
alias homeinit "git clone --bare https://git.urbach.dev/sys/home $HOME/.home && home checkout"
alias h "home"
alias hs "home status"
alias hd "home diff --ignore-space-at-eol"