diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 2a16b11..0c5f7e0 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -23,6 +23,7 @@ cat = "bat"; nano = "micro"; code = "codium"; + py = "python"; icat = "kitten icat"; dsize = "du -hs"; findw = "grep -rl";