Auto Update
This commit is contained in:
parent
83a8e3a9f6
commit
f7f9045963
2 changed files with 5 additions and 2 deletions
|
@ -74,3 +74,7 @@ case ":$PATH:" in
|
||||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||||
esac
|
esac
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
[ -x "$(command -v pokemon-colorscripts)" ] &&
|
||||||
|
[ $POKE ] &&
|
||||||
|
pokemon-colorscripts -r 1-5
|
||||||
|
|
|
@ -8,5 +8,4 @@ fi
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
[ -x "$(command -v pokemon-colorscripts)" ] &&
|
export POKE=true
|
||||||
pokemon-colorscripts -r 1-5
|
|
||||||
|
|
Loading…
Reference in a new issue