@ -3,6 +3,10 @@
# Disable the gosh darn XON/XOFF function that serves no purpose but to confuse me when I accidentally press Ctrl+S
stty -ixon
if [[ $PATH != *$HOME/.local/bin:* ]]; then
PATH=$HOME/.local/bin:$PATH
fi
# Set TZ if it's not set
LOCALZONE=$(readlink -e /etc/localtime); export TZ=${TZ:-${LOCALZONE#/usr/share/zoneinfo/}}
# Install EDITOR