diff options
| author | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
| commit | ec625679986252986af154d9f0f7125881308338 (patch) | |
| tree | 0babf95069bd29634e4e76588b255493401e9f86 /.config/fish/functions/dotfiles.fish | |
| parent | a1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff) | |
meow
Diffstat (limited to '.config/fish/functions/dotfiles.fish')
| -rw-r--r-- | .config/fish/functions/dotfiles.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/dotfiles.fish b/.config/fish/functions/dotfiles.fish index 8873743..e0857de 100644 --- a/.config/fish/functions/dotfiles.fish +++ b/.config/fish/functions/dotfiles.fish @@ -1,3 +1,3 @@ function dotfiles - git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv + git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv end |
