Update .bashrc dotconf alias

This commit is contained in:
tosu 2023-02-14 01:58:19 +01:00
parent 7b488023d3
commit 52106f498d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ alias xcopy='xsel --clipboard --input'
alias xpaste='xsel --clipboard --output'
alias sl='sl -GwFdcal'
alias dotconf='$(type -P git) --git-dir="${HOME}/dotfiles/" --work-tree="${HOME}"'
alias dotconf='$(type -P git) --git-dir="${HOME}/.dotfiles/" --work-tree="${HOME}"'
dotconf config status.showUntrackedFiles no
##-----------------------------------------------------