Updated config

This commit is contained in:
Eduard Urbach 2024-07-12 22:24:07 +02:00
parent aef5bc74b2
commit 18683b4d79
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Git # Git
alias g "git" alias g "git"
alias gc "git clone" alias gc "git clone"
alias gd "git diff" alias gd "git diff --ignore-space-at-eol"
alias gl "git log --oneline" alias gl "git log --oneline"
alias gp "git pull" alias gp "git pull"
alias gs "git status" alias gs "git status"
@ -15,7 +15,7 @@ alias gts "gotestsum"
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME" alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
alias h "home" alias h "home"
alias hs "home status" alias hs "home status"
alias hd "home diff" alias hd "home diff --ignore-space-at-eol"
alias hp "home pull" alias hp "home pull"
# Hyperfine # Hyperfine