remove insecure path var
This commit is contained in:
parent
573ce21778
commit
ddc9a9e010
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@
|
|||
# Adds `~/.local/bin` to $PATH
|
||||
export PATH="$PATH:${$(find -L ~/.local/bin -type d -printf %p:)%%:}"
|
||||
|
||||
# Adds `~/.local/share/npm-global` to $PATH
|
||||
export PATH="~/.npm-global/bin:$PATH"
|
||||
|
||||
unsetopt PROMPT_SP
|
||||
|
||||
# Default programs:
|
||||
|
|
Loading…
Add table
Reference in a new issue