From ac74db5a8fa69e5d3047b35f70c65b27dc07cfcb Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 21 Jan 2022 16:47:39 -0500 Subject: update shell dotfiles --- .config/fish/functions/dotfiles.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/fish/functions/dotfiles.fish (limited to '.config/fish/functions/dotfiles.fish') diff --git a/.config/fish/functions/dotfiles.fish b/.config/fish/functions/dotfiles.fish new file mode 100644 index 0000000..8873743 --- /dev/null +++ b/.config/fish/functions/dotfiles.fish @@ -0,0 +1,3 @@ +function dotfiles + git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv +end -- cgit v1.2.3