diff --git a/zsh/customizations/zsh_aliases.zsh b/zsh/customizations/zsh_aliases.zsh index 4efe7dc..27b6cd7 100644 --- a/zsh/customizations/zsh_aliases.zsh +++ b/zsh/customizations/zsh_aliases.zsh @@ -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