From 396cca0e2c0bb1b21f2f18ee7c7aeab2cef21ff2 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 5 Jul 2025 00:58:45 +0200 Subject: [PATCH] so I use z instead of cd --- hosts/common/common.nix | 1 + hosts/common/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 8141555..2ba8cdc 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -59,6 +59,7 @@ slurp gparted gnome-disk-utility + sl ]; services.ratbagd.enable = true; diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 4c05a32..03d6aaf 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -62,6 +62,7 @@ shellAliases = { grep = "grep --color=auto"; cp = "cp -r"; + cd = "sl"; }; };