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