From a9c0c7298d05a558d6a4418dedc4f931e5810ef3 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 3 Mar 2024 11:25:31 +0100 Subject: [PATCH] change aliases --- modules/home/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 745f19e..fb554b3 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -18,6 +18,7 @@ # Utils c = "clear"; + cd = "z"; # vim = "nvim"; cat = "bat"; nano = "micro";