From e31d5f688c0e80cbdec00c214bcbae1d404a25fc Mon Sep 17 00:00:00 2001 From: devhell Date: Tue, 22 Jun 2021 11:38:04 +0100 Subject: profiles/base: Add more shell aliases --- modules/user/devhell/profiles/base.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 5bcf2460..5d8ca9a9 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -85,6 +85,8 @@ in { du = "du-dunst"; tree = "broot"; ps = "procs"; + ack = "ag"; + curl = "xh"; }; setOptions = [ "auto_cd" -- cgit 1.4.1