Skip to content

Commit

Permalink
remove cd alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Apr 22, 2024
1 parent 50dd99e commit 02e6cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/home-manager/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
functions = builtins.readFile ./functions.sh;
aliases =
rec {
cd = "z";
ls = "${pkgs.coreutils}/bin/ls --color=auto -h";
la = "${ls} -a";
ll = "${ls} -la";
Expand Down

0 comments on commit 02e6cc5

Please sign in to comment.