From c880fc6ca918e9d15726cbd9b96b5d3ef365803d Mon Sep 17 00:00:00 2001 From: pwnwriter Date: Fri, 9 Aug 2024 13:40:39 +0545 Subject: [PATCH] feat(z): use cd integration for zoxide ; removed unused alias --- modules/zoxide.nix | 1 + modules/zsh.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/zoxide.nix b/modules/zoxide.nix index 6c395cd..e298bcd 100644 --- a/modules/zoxide.nix +++ b/modules/zoxide.nix @@ -3,5 +3,6 @@ programs.zoxide = { enable = true; enableZshIntegration = true; + options = [ "--cmd cd" ]; }; } diff --git a/modules/zsh.nix b/modules/zsh.nix index 3a73256..33ad4fb 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -47,13 +47,9 @@ cp = "cp -iv"; bc = "bc -ql"; - yt = "yt-dlp --embed-metadata -i"; - yta = "yt -x -f bestaudio/best"; - ffmpeg = "ffmpeg -hide_banner"; wget = "wget --no-hsts"; gcl = "git clone --depth=1 --filter=blob:none"; - cd = "z"; ".." = "cd .."; "..." = "cd ../../"; };