Skip to content

Commit

Permalink
chore: Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Sep 16, 2024
1 parent 0e2a2cd commit da101ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dots/bash_env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shopt -s checkwinsize
####################################################################
# DOTFILES CONFIGURATION
####################################################################
declare -xa SEARCH_CFG SEARCH_DOWNLOAD IMPORTS
#declare -xa SEARCH_CFG SEARCH_DOWNLOAD IMPORTS

declare -x ALIASES ASSETS COMPLETIONS CUSTOM FUNCTIONS HELP PKGS SCRIPTS
declare -x PLUGINS PROMPTS SHELL TEMP TEMPLATES INSTANCES DOTFILES_VERSION DOTFILES_PROMPT
Expand Down Expand Up @@ -73,8 +73,9 @@ TEMPLATES="$DOT_LIB/templates"

TEMP="$(mktemp -d)"

SEARCH_CFG=("$HOME" "$HOME/.github" "$HOME/.github/.dotfiles" "$DOTFILES" "$DOT_CFG" "$DOTFILES/.github")
SEARCH_DOWNLOAD=("$HOME/Downloads" "/f/Libraries/Downloads/Compressed")
export SEARCH_CFG=("$HOME" "$HOME/.github" "$HOME/.github/.dotfiles" "$DOTFILES" "$DOT_CFG" "$DOTFILES/.github")
export SEARCH_DOWNLOAD=("$HOME/Downloads" "/f/Libraries/Downloads/Compressed")
export IMPORTS=()

DOTFILES_PROMPT="default"

Expand Down

0 comments on commit da101ac

Please sign in to comment.