mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 01:14:48 -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
|
# set PATH so it includes user's private bin if it exists
|
||||||
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"
|
|
||||||
Reference in New Issue
Block a user