Outdated Links in Wiki

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
1 Like