decouple Scripts from user name

main
Rob Muhlestein 6 months ago
parent aea4c6a2a9
commit 04ff86a672

@ -30,13 +30,13 @@ export TZ=America/New_York
export REPOS="$HOME/Repos" export REPOS="$HOME/Repos"
export GHREPOS="$REPOS/github.com/$GITUSER" export GHREPOS="$REPOS/github.com/$GITUSER"
export DOTFILES="$GHREPOS/dot" export DOTFILES="$GHREPOS/dot"
export SCRIPTS="$DOTFILES/scripts"
export SNIPPETS="$DOTFILES/snippets" export SNIPPETS="$DOTFILES/snippets"
export HELP_BROWSER=lynx export HELP_BROWSER=lynx
export DESKTOP="$HOME/Desktop" export DESKTOP="$HOME/Desktop"
export DOCUMENTS="$HOME/Documents" export DOCUMENTS="$HOME/Documents"
export DOWNLOADS="$HOME/Downloads" export DOWNLOADS="$HOME/Downloads"
export TEMPLATES="$HOME/Templates" export TEMPLATES="$HOME/Templates"
export SCRIPTS="$HOME/Scripts"
export PUBLIC="$HOME/Public" export PUBLIC="$HOME/Public"
export PRIVATE="$HOME/Private" export PRIVATE="$HOME/Private"
export PICTURES="$HOME/Pictures" export PICTURES="$HOME/Pictures"

Loading…
Cancel
Save