Move ~/bin
to a safer place in my path
I'm not overriding commands any more so the security questions of having `~/bin` first aren't worth it.
This commit is contained in:
parent
d50fe546ff
commit
1bc958b622
1 changed files with 2 additions and 3 deletions
5
.profile
5
.profile
|
@ -5,9 +5,8 @@ if [ -z "$SSH_CLIENT" ] && [ -z "$SSH_TTY" ]; then
|
|||
eval `keychain --eval id_ed25519`
|
||||
fi
|
||||
|
||||
# Put ~/bin first in my path so I can customize commands
|
||||
# This isn't great on a security level and I should stop this.
|
||||
export PATH=~/bin:$PATH
|
||||
# Put ~/bin in my PATH but last
|
||||
export PATH=$PATH:~/bin
|
||||
|
||||
# Figure out my editor. I want helix if this box has it, but where it is
|
||||
# is inconsistent thanks to Archlinux packaging. It can be /usr/bin/helix,
|
||||
|
|
Loading…
Add table
Reference in a new issue