mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
feat(zsh): dotfile aliases
This commit is contained in:
@@ -32,7 +32,10 @@ alias i='sudo dnf install'
|
|||||||
alias d='sudo dnf'
|
alias d='sudo dnf'
|
||||||
alias u='sh ~/bin/update.sh'
|
alias u='sh ~/bin/update.sh'
|
||||||
alias dot='cd ~/.local/share/chezmoi'
|
alias dot='cd ~/.local/share/chezmoi'
|
||||||
alias dotu='chezmoi update'
|
export DOT_PROGRAM='chezmoi'
|
||||||
|
alias dota="${DOT_PROGRAM} add"
|
||||||
|
alias dotd="${DOT_PROGRAM} diff"
|
||||||
|
alias dotu="${DOT_PROGRAM} update"
|
||||||
alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
|||||||
Reference in New Issue
Block a user