add dotfiles function
This commit is contained in:
parent
5ba64363f8
commit
b171b1e8e9
1 changed files with 6 additions and 0 deletions
6
.config/shell/functions/dotfiles
Normal file
6
.config/shell/functions/dotfiles
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/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