more niceties
This commit is contained in:
parent
da32c832cb
commit
57046ccf3e
2 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,4 @@ echo "-----------------------------"
|
||||||
gen pdm completion zsh
|
gen pdm completion zsh
|
||||||
gen chezmoi completion zsh
|
gen chezmoi completion zsh
|
||||||
gen rye self completion -s zsh
|
gen rye self completion -s zsh
|
||||||
|
gen gh completion -s zsh
|
||||||
|
|
|
@ -38,4 +38,5 @@ alias zdot='cd ${ZDOTDIR:-~}'
|
||||||
alias dots='cd ${DOTFILES_DIR:-~/.dotfiles}'
|
alias dots='cd ${DOTFILES_DIR:-~/.dotfiles}'
|
||||||
alias today="date +'%Y-%m-%d'"
|
alias today="date +'%Y-%m-%d'"
|
||||||
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
|
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
|
||||||
|
alias dots-add='chezmoi re-add --interactive'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue