mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Export favorite themes directory in template
This commit is contained in:
parent
7bf55f27f5
commit
2e203cb1d3
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh
|
||||||
# Look in ~/.oh-my-zsh/themes/
|
# Look in ~/.oh-my-zsh/themes/
|
||||||
export ZSH_THEME="robbyrussell"
|
export ZSH_THEME="robbyrussell"
|
||||||
|
|
||||||
|
# Set to oh-my-zsh favorite themes directory
|
||||||
|
export FAVORITE_THEMES_DIR=$ZSH/themes/favorites/
|
||||||
|
|
||||||
# Load a new theme by running 'load_theme' or re-sourcing your ~/.zshrc
|
# Load a new theme by running 'load_theme' or re-sourcing your ~/.zshrc
|
||||||
|
|
||||||
# Set this to "random" to load a random theme each time oh-my-zsh is loaded.
|
# Set this to "random" to load a random theme each time oh-my-zsh is loaded.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue