Skip to content

Commit

Permalink
feat(z): use cd integration for zoxide ; removed unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 9, 2024
1 parent 4306d8e commit c880fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions modules/zoxide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
programs.zoxide = {
enable = true;
enableZshIntegration = true;
options = [ "--cmd cd" ];
};
}
4 changes: 0 additions & 4 deletions modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../../";
};
Expand Down

0 comments on commit c880fc6

Please sign in to comment.