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