dotfiles: oops, should have made it a script
This commit is contained in:
parent
b171b1e8e9
commit
68402f98ce
2 changed files with 4 additions and 6 deletions
4
.config/shell/bin/dotfiles
Executable file
4
.config/shell/bin/dotfiles
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# This is a copy of the 'dot' alias for use in other functions
|
||||||
|
|
||||||
|
git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME" "$@"
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# This is a copy of the 'dot' alias, as a function, for use in other functions
|
|
||||||
|
|
||||||
dotfiles() {
|
|
||||||
git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue