about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-07-01 13:19:18 +0100
committerdevhell <devhell@mailfresser.de>2021-07-01 13:19:18 +0100
commit0414cd512a2fd70577b0481b1370e39d8e817bba (patch)
treea589619f102d40eec41761ffdff25a637f3b35c3
parent4c68935d91fc2b7d0ea01454908bb5569867ab47 (diff)
profiles/base: Remove curl alias
So, `xh` is really great, but I was wrong in thinking it's a perfect
drop-in replacement for `curl`.
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index aeaaa48e..13bcbfdc 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -86,7 +86,6 @@ in {
           tree = "broot";
           ps = "procs";
           ack = "ag";
-          curl = "xh";
         };
         setOptions = [
           "auto_cd"