dotfiles/.config/shell/bin/dotfiles

5 lines
136 B
Text
Raw Normal View History

#!/bin/bash
# This is a copy of the 'dot' alias for use in other functions
git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME" "$@"