bash/dot-bash_profile
Siteshwar Vashisht 739b272e5f Set custom PATH in non-login shells
.bash_profile is sourced only in login shells. Since .bash_profile
sources .bashrc, it should be safe to set custom PATH in .bashrc.

Resolves: #1615131
2018-09-11 13:50:14 +02:00

9 lines
141 B
Plaintext

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs