2025-08-21 22:43:09 +10:00

10 lines
125 B
Bash
Executable File

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