Files
2026-05-15 14:13:12 +02:00

9 lines
228 B
Fish

function dotfiles
echo "============================="
echo "= working-Dir: $HOME"
echo "============================="
pushd $HOME
/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
popd
end