add pluging to custom folder
This commit is contained in:
parent
91ec873571
commit
e6a3d14366
10
zsh/.oh-my-zsh/custom/example.zsh
Normal file
10
zsh/.oh-my-zsh/custom/example.zsh
Normal file
@ -0,0 +1,10 @@
|
||||
# You can put files here to add functionality separated per file, which
|
||||
# will be ignored by git.
|
||||
# Files on the custom/ directory will be automatically loaded by the init
|
||||
# script, in alphabetical order.
|
||||
|
||||
# For example: add yourself some shortcuts to projects you often work on.
|
||||
#
|
||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
||||
# cd $brainstormr
|
||||
#
|
2
zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh
Normal file
2
zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
||||
# here will override ones with the same name in the main plugins directory.
|
1
zsh/.oh-my-zsh/custom/plugins/zsh-256color
Submodule
1
zsh/.oh-my-zsh/custom/plugins/zsh-256color
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ae40a49ccfc7520d2d7b575aaea160ff876fe3dc
|
@ -0,0 +1 @@
|
||||
Subproject commit 693757bfd7e6338e3b0ba4c7504ffecf122d6bde
|
4
zsh/.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
4
zsh/.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
@ -0,0 +1,4 @@
|
||||
# Put your custom themes in this folder.
|
||||
# Example:
|
||||
|
||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
|
Loading…
Reference in New Issue
Block a user