#!/bin/sh if [ "$(pwd)" = "${HOME}" ]; then git ls-files #ag -U --hidden --ignore ~/src -g "" $@ else ag -g "" $@ fi