Skip to content

Commit

Permalink
start loading modules to allow use of function in the other part of z…
Browse files Browse the repository at this point in the history
…sh-utilities
  • Loading branch information
xgarrido committed Nov 7, 2014
1 parent a4e1e47 commit b7f7874
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions zsh-utilities.org
Expand Up @@ -74,6 +74,14 @@ The only "core" thing is to know where the files are.
zsh_utilities_dir=$(dirname $0)
#+END_SRC

** Modules
Modules are defined in [[file:zsh-utilities-modules.org][zsh-utilities-modules]] files. This file provides some
configuration for external resources.

#+BEGIN_SRC sh
source ${zsh_utilities_dir}/zsh-utilities-modules.zsh
#+END_SRC

** Load plugin files
The following files contain specific settings for several plugins. *Keep this
order* since there are some dependencies.
Expand Down Expand Up @@ -114,14 +122,6 @@ order* since there are some dependencies.
source ${zsh_utilities_dir}/zsh-utilities-work.zsh
#+END_SRC

** Modules
Modules are defined in [[file:zsh-utilities-modules.org][zsh-utilities-modules]] files. This file provides some
configuration for external resources.

#+BEGIN_SRC sh
source ${zsh_utilities_dir}/zsh-utilities-modules.zsh
#+END_SRC

** Custom plugins
If you want to add your plugins to the list you can =source= it here. This
section my change latter if a =custom= directory is one day provided.

0 comments on commit b7f7874

Please sign in to comment.