Fix setting this up

This commit is contained in:
David Todd (c0de) 2018-02-10 22:02:42 -06:00
parent 3dda7895d2
commit c0431171d6
3 changed files with 3 additions and 2 deletions

0
check_for_upgrade.sh Normal file → Executable file
View File

View File

@ -6,13 +6,13 @@ export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export DOTFILES = "${HOME}/dotfiles"
export DOTFILES="${HOME}/dotfiles"
# Paths
export PATH=$PATH:${HOME}/bin:/usr/lib/wine/bin:/sbin:/usr/sbin:/usr/local/bin
# Allow automatic updates
DISABLE_DOTFILES_AUTO_UPDATE = "FALSE"
export DISABLE_DOTFILES_AUTO_UPDATE="FALSE"
# Automatically attach tmux session "C0DE" upon entering a shell
if [[ -z "$TMUX" ]]; then

1
upgrade.sh Normal file → Executable file
View File

@ -35,3 +35,4 @@ then
else
printf "${RED}%s${NORMAL}\n" 'There was an error updating. Try again later?'
fi
back