From f7f90459638172cd4b5d6c4caaba7290153cb9a2 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 5 May 2023 18:54:53 -0400 Subject: [PATCH] Auto Update --- files/.bashrc | 4 ++++ files/.profile | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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