mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updated custom dir example hierarchy.
This commit is contained in:
parent
ffc17b6b4d
commit
677809be7d
3 changed files with 8 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
# Add yourself some shortcuts to projects you often work on
|
|
||||||
# Example:
|
|
||||||
#
|
|
||||||
# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
|
|
||||||
#
|
|
||||||
4
custom/plugins/custom_plugin/custom_plugin.plugin.zsh
Normal file
4
custom/plugins/custom_plugin/custom_plugin.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# This is an example file to demonstrate the use of custom plugins.
|
||||||
|
# It would be loaded if you add it to the plugins Array in your .zshrc file:
|
||||||
|
#
|
||||||
|
# plugins=(custom_plugin)
|
||||||
4
custom/themes/custom_theme.zsh-theme
Normal file
4
custom/themes/custom_theme.zsh-theme
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# This is an example file for a customized theme.
|
||||||
|
#
|
||||||
|
# Place your themes in this folder and enable theme
|
||||||
|
# by setting ZSH_THEME in your .zshrc file.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue