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