Updated config
This commit is contained in:
parent
aef5bc74b2
commit
18683b4d79
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user