diff --git a/files/.bashrc b/files/.bashrc index 75b64ee..aea0504 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -74,3 +74,7 @@ case ":$PATH:" in *) export PATH="$PNPM_HOME:$PATH" ;; esac # pnpm end + +[ -x "$(command -v pokemon-colorscripts)" ] && +[ $POKE ] && +pokemon-colorscripts -r 1-5 diff --git a/files/.profile b/files/.profile index 93bac5a..c1b7293 100644 --- a/files/.profile +++ b/files/.profile @@ -8,5 +8,4 @@ fi [[ -f ~/.bashrc ]] && . ~/.bashrc -[ -x "$(command -v pokemon-colorscripts)" ] && -pokemon-colorscripts -r 1-5 +export POKE=true