dotfiles: oops, should have made it a script

This commit is contained in:
PowerUser64 2022-05-15 01:28:39 -07:00
parent b171b1e8e9
commit 68402f98ce
2 changed files with 4 additions and 6 deletions

4
.config/shell/bin/dotfiles Executable file
View 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" "$@"

View file

@ -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"
}