diff --git a/.config/shell/functions/dotfiles b/.config/shell/functions/dotfiles new file mode 100644 index 0000000..1cdf059 --- /dev/null +++ b/.config/shell/functions/dotfiles @@ -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" +}