stripes/hx

8 lines
115 B
Bash
Executable File

#!/bin/sh
h() { git --git-dir="$HOME/.local/numbers/" --work-tree="$HOME" "$@"; }
case $1 in
*) h "$@" ;;
esac