# set PATH so it includes user's local bin if it exists
if [ -d "${HOME}"/.local/bin ]; then
- PATH="${HOME}"/.local/bin:"${PATH}"
+ PATH="${HOME}"/.local/bin:"${PATH}"
fi
# set PATH so it includes user's personal bin if it exists
if [ -d "${HOME}"/bin ]; then
- PATH="${HOME}"/bin:"${PATH}"
+ PATH="${HOME}"/bin:"${PATH}"
fi
# The following line runs your .bashrc and is recommended by the bash
# http://bsdcalendar.sourceforge.net/ (Gentoo: app-misc/calendar)
CALENDAR=$(command -v calendar)
if [ -n "${CALENDAR}" ] && [ -f ~/.calendar/calendar ]; then
- calendar
+ calendar
fi