mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-18 10:26:06 -07:00
add back git aliases
This commit is contained in:
parent
1eef2db207
commit
fb9ce73fc1
@ -13,6 +13,11 @@ function b() {
|
||||
}
|
||||
}
|
||||
|
||||
# git
|
||||
alias ga="git add ."
|
||||
alias gd="git diff"
|
||||
alias gs="git status"
|
||||
|
||||
# chezmoi
|
||||
alias cc="cd ~/.local/share/chezmoi"
|
||||
alias ca="chezmoi apply"
|
||||
|
Loading…
x
Reference in New Issue
Block a user