Remove useless cargo/deno profile lines from login shell profile

This commit is contained in:
2024-11-08 15:36:07 -06:00
parent 49c9828f0b
commit 7fd59a2c68

View File

@@ -24,7 +24,4 @@ fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
. "$HOME/.deno/env"
. "$HOME/.cargo/env"
fi