dotfiles/include/bash_profile

8 lines
306 B
Bash
Raw Normal View History

2024-02-01 13:39:57 -06:00
# To be sourced by the user's .bash_profile script.
#
# Since install scripts like to append random stuff to bash_profile,
# and it may contain other things specific to the system config,
# it's not feasible to generate and install a universal bash_profile.
export PATH="$HOME/bin:$HOME/.local/bin:$PATH"