mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-15 04:41:19 +02:00
Merge 5ff8e09f6b into 5667161d49
This commit is contained in:
commit
b54ad0d069
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@
|
||||||
|
|
||||||
THEMES_DIR="$ZSH/themes"
|
THEMES_DIR="$ZSH/themes"
|
||||||
FAVLIST="${HOME}/.zsh_favlist"
|
FAVLIST="${HOME}/.zsh_favlist"
|
||||||
|
|
||||||
|
if [ -z "$ZSH" ]; then
|
||||||
|
echo "You probably need to set the environment value $ZSH, e.g. 'export ZSH; $0'"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
function noyes() {
|
function noyes() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue