diff --git a/home/fhauser/applications/shell.nix b/home/fhauser/applications/shell.nix index 8fa37c6..4d914f7 100644 --- a/home/fhauser/applications/shell.nix +++ b/home/fhauser/applications/shell.nix @@ -11,6 +11,7 @@ bc = "bc --mathlib"; cal = "cal -m"; curl = "curl -L"; + ack = "rg"; # Git helpers git-fetch-pr =