mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Adds ZSH_CUSTOM to the zshrc.template
This commit is contained in:
parent
677809be7d
commit
a2a4af0f51
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Path to your oh-my-zsh customizations.
|
||||
# Read the wiki at https://github.com/robbyrussell/oh-my-zsh/wiki/Customization
|
||||
# to learn more.
|
||||
ZSH_CUSTOM=$ZSH/custom
|
||||
|
||||
# Set name of the theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue