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:
Trysdyn Black 2024-03-11 21:50:16 -07:00
parent d50fe546ff
commit 1bc958b622

View file

@ -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,