You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by xiaoxiangmoe October 23, 2024
This is my zsh config
# .zshrc
ZSH_THEME=agnoster
ZSH_THEME="robbyrussell" plugins=(git npm macos) eval"$(sheldon source)"# see https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#enabling-pluginsecho$ZSH_THEME# the ZSH_THEME value should keep agnoster here
Discussed in #190
Originally posted by xiaoxiangmoe October 23, 2024
This is my zsh config
Is there any way to move config
ZSH_THEME="robbyrussell" plugins=(git npm macos)
from.zshrc
to.config/sheldon/plugins.toml
?The text was updated successfully, but these errors were encountered: