add pluging to custom folder

This commit is contained in:
vincent 2019-01-12 17:11:41 +01:00
parent 91ec873571
commit e6a3d14366
5 changed files with 18 additions and 0 deletions

View 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
#

View 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.

@ -0,0 +1 @@
Subproject commit ae40a49ccfc7520d2d7b575aaea160ff876fe3dc

@ -0,0 +1 @@
Subproject commit 693757bfd7e6338e3b0ba4c7504ffecf122d6bde

View 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%}%% "