From 87f676e29fe23f91dc8c1bfe9ed3ee2ea4e91297 Mon Sep 17 00:00:00 2001 From: Michael W Clark Date: Fri, 14 Oct 2022 00:32:08 -0500 Subject: [PATCH] remove shit --- custom/example.zsh | 10 ---------- custom/plugins/example/example.plugin.zsh | 2 -- custom/themes/example.zsh-theme | 4 ---- 3 files changed, 16 deletions(-) delete mode 100644 custom/example.zsh delete mode 100644 custom/plugins/example/example.plugin.zsh delete mode 100644 custom/themes/example.zsh-theme diff --git a/custom/example.zsh b/custom/example.zsh deleted file mode 100644 index c505a9673..000000000 --- a/custom/example.zsh +++ /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=~/Projects/development/planetargon/brainstormr -# cd $brainstormr -# diff --git a/custom/plugins/example/example.plugin.zsh b/custom/plugins/example/example.plugin.zsh deleted file mode 100644 index 406f27445..000000000 --- a/custom/plugins/example/example.plugin.zsh +++ /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.zsh-theme b/custom/themes/example.zsh-theme deleted file mode 100644 index ef8f1c630..000000000 --- a/custom/themes/example.zsh-theme +++ /dev/null @@ -1,4 +0,0 @@ -# Put your custom themes in this folder. -# Example: - -PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "