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