Update .bashrc dotconf alias
This commit is contained in:
parent
7b488023d3
commit
52106f498d
2
.bashrc
2
.bashrc
|
@ -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
|
||||
|
||||
##-----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue