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