From f6509e4dc1069b2d46a859cdc1f89d6ac113dc81 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 8 Jul 2024 18:45:18 +0200 Subject: [PATCH] feat: move some aliases around --- modules/home/zsh.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 71b61a0..e0d4003 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -24,13 +24,10 @@ la = "eza -A --git"; ll = "eza -l --git"; lla = "eza -lA"; - # :q = "exit"; + ":q" = "exit"; ezit = "exit"; - irc = "ssh irc"; wlc = "wl-copy"; - zshrc = "nvim ~/.zshrc"; yt-dlp-audio = "yt-dlp -f 'ba' -x --audio-format mp3"; - zshconf = "nvim ~/.zshrc"; open = "xdg-open"; tree = "eza --icons --tree --group-directories-first"; nvim = "nix run /home/liv/Development/nixvim --";