Fix setting this up
This commit is contained in:
parent
3dda7895d2
commit
c0431171d6
0
check_for_upgrade.sh
Normal file → Executable file
0
check_for_upgrade.sh
Normal file → Executable 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
1
upgrade.sh
Normal file → Executable file
@ -35,3 +35,4 @@ then
|
||||
else
|
||||
printf "${RED}%s${NORMAL}\n" 'There was an error updating. Try again later?'
|
||||
fi
|
||||
back
|
||||
|
Loading…
Reference in New Issue
Block a user