From 53c2e2222c6b1dc6c10cf475a9fbeb9cf1e531e3 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 16 Jul 2025 20:48:26 -0700 Subject: [PATCH] Move shell aliases --- common/shell.nix | 7 ------- home/googlebot.nix | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shell.nix b/common/shell.nix index 003e902..49d1d8b 100644 --- a/common/shell.nix +++ b/common/shell.nix @@ -34,13 +34,6 @@ io_rand_write = "${pkgs.fio}/bin/fio --name TEST --eta-newline=5s --filename=temp.file --rw=randrw --size=2g --io_size=10g --blocksize=4k --ioengine=libaio --fsync=1 --iodepth=1 --direct=1 --numjobs=1 --runtime=60 --group_reporting; rm temp.file"; llsblk = "lsblk -o +uuid,fsType"; - - sudo = "doas"; - - ls = "pls"; - ls2 = "eza"; - - explorer = "broot"; }; nixpkgs.overlays = [ diff --git a/home/googlebot.nix b/home/googlebot.nix index d7c25fa..d84c308 100644 --- a/home/googlebot.nix +++ b/home/googlebot.nix @@ -19,6 +19,7 @@ in # Modern "ls" replacement programs.pls.enable = true; + programs.pls.enableFishIntegration = true; programs.eza.enable = true; # Graphical terminal @@ -41,6 +42,12 @@ in # tldr: Simplified, example based and community-driven man pages. programs.tealdeer.enable = true; + home.shellAliases = { + sudo = "doas"; + ls2 = "eza"; + explorer = "broot"; + }; + programs.zed-editor = { enable = thisMachineIsPersonal; extensions = [