readme: Fix alias definition
This commit is contained in:
parent
f6420d003c
commit
98f9e0c5be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ dotfiles push
|
||||||
```bash
|
```bash
|
||||||
echo ".dotfiles" >> .gitignore
|
echo ".dotfiles" >> .gitignore
|
||||||
git clone --bare <remote-git-repo-url> $HOME/.dotfiles
|
git clone --bare <remote-git-repo-url> $HOME/.dotfiles
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
dotfiles config --local status.showUntrackedFiles no
|
dotfiles config --local status.showUntrackedFiles no
|
||||||
dotfiles checkout
|
dotfiles checkout
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue