oh-my-zsh
How to change oh-my-zsh’s terminal path color
cd ~/.oh-my-zsh/themes/
- find *.zsh-theme that use now. In my case, agnoster.zsh-theme
- Change file content in
prompt_dir()
like …
prompt_dir() {
prompt_segment 39d $CURRENT_FG '%~'
}
zsh theme and plug-in that using now
Install
- powerlevel10k
- zsh-autosuggestions
- zsh-syntax-highlighting
Configuration
- change .zshrc file
- theme: powerlevel10k
- plugins:
zsh-autosuggestions, zsh-syntax-highlighting, web-search