Updated config

This commit is contained in:
Eduard Urbach 2025-03-21 17:38:04 +01:00
parent 02cf6da26a
commit 92efc41e6e
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0

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"