diff --git a/zsh/.zprofile b/zsh/.zprofile index 71dca37..3144413 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -2,7 +2,6 @@ export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/" path+=("${HOME}/scripts") path+=("${HOME}/.local/bin") -path+=("${HOME}/.cargo/bin") export PATH source ~/.config/.env