My ~/.config directory
function cl -d "Clone repository from git.unnamed.website using local cache" git clone /.snapshots/srv/git/$argv[1] cd $argv[1] git remote set-url origin unnamed.website:/srv/git/$argv[1] git pull & end