diff --git a/custom/aliases/example.aliases.sh b/custom/aliases/example.aliases.sh deleted file mode 100644 index f980ab709..000000000 --- a/custom/aliases/example.aliases.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Add your own custom alias in the custom/aliases directory. Aliases placed -# here will override ones with the same name in the main alias directory. diff --git a/custom/completions/example.completion.sh b/custom/completions/example.completion.sh deleted file mode 100644 index 8d6989880..000000000 --- a/custom/completions/example.completion.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Add your own custom completion in the custom/completion directory. Completions placed -# here will override ones with the same name in the main completion directory. diff --git a/custom/example.sh b/custom/example.sh deleted file mode 100644 index 841484978..000000000 --- a/custom/example.sh +++ /dev/null @@ -1,10 +0,0 @@ -# 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=~/workspace/projects/m2/brainstormr -# cd $brainstormr -# diff --git a/custom/plugins/example/example.plugin.sh b/custom/plugins/example/example.plugin.sh deleted file mode 100644 index 406f27445..000000000 --- a/custom/plugins/example/example.plugin.sh +++ /dev/null @@ -1,2 +0,0 @@ -# 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. diff --git a/custom/themes/example/example.theme.sh b/custom/themes/example/example.theme.sh deleted file mode 100644 index 553df97bb..000000000 --- a/custom/themes/example/example.theme.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Add your own custom themes in the custom/themes directory. Themes placed -# here will override ones with the same name in the main themes directory.