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

@@ -25,6 +25,3 @@ fi
if [ -d "$HOME/.local/bin" ] ; then if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH" PATH="$HOME/.local/bin:$PATH"
fi fi
. "$HOME/.deno/env"
. "$HOME/.cargo/env"