Remove cdpath

This commit is contained in:
Oliver Davies 2025-03-17 20:05:16 +00:00
parent 2343a739da
commit 9d913f9c61

View file

@ -12,7 +12,6 @@
abbreviations = import ./zsh/abbreviations.nix;
};
cdpath = [ "$HOME/Code" ];
dotDir = "${config.xdg.configHome}/zsh";
shellAliases = (import ./zsh/aliases.nix);