[oh-my-zsh] Random theme 'fino-time' loaded ╭─xucahoxin_debian at xuchaoxin in ~ 21-01-01 - 12:40:05 ╰─○ [oh-my-zsh] Random theme 'maran' loaded xucahoxin_debian@xuchaoxin:/home/xucahoxin_debian $ zsh [oh-my-zsh] Random theme 'jonathan' loaded ┌─(~)───────...
# load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="cloud" # Set list of themes to pick from when loading at random # Setting...
before sourcing Oh My Zsh; for example: ZSH_THEME=robbyrussell If you do not want any theme enabled, just set ZSH_THEME to blank: ZSH_THEME=""(不想使用任何主题就设置ZSH_THEME=""即可)
ZSH_THEME="cloud" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load # a theme from this variable instead of looking in ~/.oh-my-zsh/themes/ # If set to an empty array, this variable will have no effect....
我只进行了主题改变。在~/.oh-my-zsh/themes存在各式各样的主题文件,每个主题的样子你可以通过这个网址进行查看,选好样式后,在.zshrc中的ZSH_THEME设置成你所选用的主题。重启iTerm2,便可以看到相应的效果。这里建议使用agnoster,比较好看。 改为主题之后,重启iterms2后,效果如下: ...
We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred and fifty themes now bundled. Most of them havescreenshotson the wiki (We are working on updating this!). Check them out!
CentOS 7.9 安装 zsh 及 配置 Oh my zsh 我们在通过[Shell]操作linux终端时,配置、颜色区分、命令提示大都达不到我们预期的效果或者操作较为繁琐。 安装zsh并更改默认终端 1.安装软件包 yum -y install zsh git 2.更改默认终端 chsh -s /bin/zsh
编辑~/.oh-my-zsh/themes/agnoster.zsh-theme主体文件,将里面的build_prompt下的prompt_context字段在前面加#注释掉即可 6 iTerm2 配置代理 编辑~/.zshrc,增加下面配置(使用 shadowsocks 或 ClashX, 并打开全局模式): # proxy list alias proxy='export all_proxy=socks5://127.0.0.1:7890' # 端口修改成实...
ZSH_THEME="ys" # Set list of themes to load # Setting this variable when ZSH_THEME=random # cause zsh load theme from this variable instead of # looking in ~/.oh-my-zsh/themes/ # An empty array have no effect # ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) ...
Using Oh My Zsh Plugins Enabling Plugins Using Plugins Themes Selecting a Theme FAQ Advanced Topics Advanced Installation Custom Directory Unattended install Installing from a forked repository Manual Installation Installation Problems Custom Plugins and Themes ...