mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
refactor(zsh): dotfiles alias
This commit is contained in:
@@ -27,15 +27,17 @@ export TERM=xterm
|
|||||||
# Search
|
# Search
|
||||||
alias g='grep -Irn'
|
alias g='grep -Irn'
|
||||||
|
|
||||||
# Other
|
# Dotfiles
|
||||||
alias i='sudo dnf install'
|
|
||||||
alias d='sudo dnf'
|
|
||||||
alias u='sh ~/bin/update.sh'
|
|
||||||
alias dot='cd ~/.local/share/chezmoi'
|
alias dot='cd ~/.local/share/chezmoi'
|
||||||
export DOT_PROGRAM='chezmoi'
|
export DOT_PROGRAM='chezmoi'
|
||||||
alias dota="${DOT_PROGRAM} add"
|
alias dota="${DOT_PROGRAM} add"
|
||||||
alias dotd="${DOT_PROGRAM} diff"
|
alias dotd="${DOT_PROGRAM} diff"
|
||||||
alias dotu="${DOT_PROGRAM} update"
|
alias dotu="${DOT_PROGRAM} update"
|
||||||
|
|
||||||
|
# Other
|
||||||
|
alias i='sudo dnf install'
|
||||||
|
alias d='sudo dnf'
|
||||||
|
alias u='sh ~/bin/update.sh'
|
||||||
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