summaryrefslogtreecommitdiffstats
path: root/.bin/ag-light
blob: 0d15722d929c6f1ed20561c4d66675d1f3f021af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

light -N 1

case "${1}" in
	i*)
		light -A 10
		;;
	d*)
		light -U 10
		;;
esac

ag-status &>/dev/null
remember that computers suck.