From 049cf0bf4d306dbbfce114e13a2c749d6f5d3ea9 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 17 Jun 2024 18:21:38 +0700 Subject: [PATCH] zsh: cd now mapped to z --- home/programs/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index 43e8158..5098f94 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -27,8 +27,9 @@ uptest = "sudo nixos-rebuild test --flake $HOME/dotfiles"; dry = "sudo nixos-rebuild dry-activate --flake $HOME/dotfiles"; jq = "gojq"; - n = "neovide --fork"; + n = "neovide"; v = "nvim"; + cd = "z"; }; dotDir = ".config/zsh"; history = {