mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
omz tool to dynamically load plugins
This commit is contained in:
parent
42d1ae029c
commit
b326820004
5 changed files with 100 additions and 41 deletions
|
|
@ -7,7 +7,7 @@ fi
|
|||
# Initializes Oh My Zsh
|
||||
|
||||
# add a function path
|
||||
fpath=($ZSH/functions $ZSH/completions $fpath)
|
||||
fpath=($ZSH/tools $fpath)
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
|
|
@ -76,3 +76,4 @@ fi
|
|||
|
||||
# Add omz command line tool
|
||||
export PATH="$ZSH/bin:$PATH"
|
||||
alias omz="source omz.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue