This one has a dead link, and the solution “.profile
” is no longer valid/needs extra steps.
replacing with
.xprofile
or editing:
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile
This one has a dead link, and the solution “.profile
” is no longer valid/needs extra steps.
replacing with
.xprofile
or editing:
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile