From 78d42eddb9e0e2dd695d11024bd410365358fd3b Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 31 Mar 2024 15:38:08 +0200 Subject: [PATCH] change alias --- 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 5b75b34..d712559 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -22,6 +22,7 @@ tt = "gtrash put"; cat = "bat"; nano = "micro"; + code = "codium"; icat = "kitten icat"; dsize = "du -hs"; findw = "grep -rl";