mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Rename files in custom example folders
... as suggested by @mcornella and @ncanceill.
This commit is contained in:
parent
f0747f1693
commit
b9e34f6373
3 changed files with 9 additions and 6 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
# 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)
|
|
||||||
|
|
@ -1,2 +1,7 @@
|
||||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
# This is an example file to demonstrate the use of custom plugins.
|
||||||
# here will override ones with the same name in the main plugins directory.
|
# To load them add them to the plugins Array in your .zshrc file:
|
||||||
|
#
|
||||||
|
# Plugins placed here will override ones with the same name in the main
|
||||||
|
# directory.
|
||||||
|
#
|
||||||
|
# plugins=(example)
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,5 @@
|
||||||
#
|
#
|
||||||
# Place your themes in this folder and enable theme
|
# Place your themes in this folder and enable theme
|
||||||
# by setting ZSH_THEME in your .zshrc file.
|
# by setting ZSH_THEME in your .zshrc file.
|
||||||
|
#
|
||||||
|
# ZSH_THEME='example'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue