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" ;;
|
||||
esac
|
||||
# pnpm end
|
||||
|
||||
[ -x "$(command -v pokemon-colorscripts)" ] &&
|
||||
[ $POKE ] &&
|
||||
pokemon-colorscripts -r 1-5
|
||||
|
|
|
@ -8,5 +8,4 @@ fi
|
|||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
[ -x "$(command -v pokemon-colorscripts)" ] &&
|
||||
pokemon-colorscripts -r 1-5
|
||||
export POKE=true
|
||||
|
|
Loading…
Reference in a new issue