Fix some install errors

This commit is contained in:
tblyler 2020-05-25 13:56:17 -04:00
parent 4586b9e676
commit 27563b4808
2 changed files with 12 additions and 2 deletions

View file

@ -64,4 +64,5 @@ upgrade_system() {
if [ -n "${TMUX}" ]; then
tmux source-file "${HOME}/.tmux.conf"
fi
) || return $?
)
}