mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-05 23:14:46 -06:00
Remove useless cargo/deno profile lines from login shell profile
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user