about summary refs log tree commit diff
path: root/profile/.profile.d/ag.sh
blob: 2ddded0b2b41936f27613b9608cdc425bbd933ea (plain) (blame)
1
2
3
4
5
#!/bin/sh

if command -v ag >/dev/null 2>&1; then
	alias ag="ag --color --smart-case"
fi

Consider giving Nix/NixOS a try! <3