From 2da3849ed979f51dbffce077a9e62a7756c6e661 Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 27 Jul 2020 11:29:40 +0700 Subject: [PATCH] + Removed O-M-Z (no longer used) --- .local/share/oh-my-zsh/custom/example.zsh | 10 ---------- .../custom/plugins/example/example.plugin.zsh | 2 -- .../custom/plugins/fast-syntax-highlighting | 1 - .../custom/plugins/zsh-autosuggestions | 1 - .../custom/plugins/zsh-syntax-highlighting | 1 - .../oh-my-zsh/custom/themes/spaceship.zsh-theme | 1 - .../share/oh-my-zsh/custom/themes/zi.zsh-theme | 17 ----------------- .local/share/oh-my-zsh/themes/spaceship-prompt | 1 - 8 files changed, 34 deletions(-) delete mode 100644 .local/share/oh-my-zsh/custom/example.zsh delete mode 100644 .local/share/oh-my-zsh/custom/plugins/example/example.plugin.zsh delete mode 160000 .local/share/oh-my-zsh/custom/plugins/fast-syntax-highlighting delete mode 160000 .local/share/oh-my-zsh/custom/plugins/zsh-autosuggestions delete mode 160000 .local/share/oh-my-zsh/custom/plugins/zsh-syntax-highlighting delete mode 120000 .local/share/oh-my-zsh/custom/themes/spaceship.zsh-theme delete mode 100644 .local/share/oh-my-zsh/custom/themes/zi.zsh-theme delete mode 160000 .local/share/oh-my-zsh/themes/spaceship-prompt diff --git a/.local/share/oh-my-zsh/custom/example.zsh b/.local/share/oh-my-zsh/custom/example.zsh deleted file mode 100644 index c505a96..0000000 --- a/.local/share/oh-my-zsh/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/.local/share/oh-my-zsh/custom/plugins/example/example.plugin.zsh b/.local/share/oh-my-zsh/custom/plugins/example/example.plugin.zsh deleted file mode 100644 index 406f274..0000000 --- a/.local/share/oh-my-zsh/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/.local/share/oh-my-zsh/custom/plugins/fast-syntax-highlighting b/.local/share/oh-my-zsh/custom/plugins/fast-syntax-highlighting deleted file mode 160000 index c4c419e..0000000 --- a/.local/share/oh-my-zsh/custom/plugins/fast-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c4c419edb98c54e442f743708f3f1159d6735241 diff --git a/.local/share/oh-my-zsh/custom/plugins/zsh-autosuggestions b/.local/share/oh-my-zsh/custom/plugins/zsh-autosuggestions deleted file mode 160000 index ae315de..0000000 --- a/.local/share/oh-my-zsh/custom/plugins/zsh-autosuggestions +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d diff --git a/.local/share/oh-my-zsh/custom/plugins/zsh-syntax-highlighting b/.local/share/oh-my-zsh/custom/plugins/zsh-syntax-highlighting deleted file mode 160000 index f5d1be7..0000000 --- a/.local/share/oh-my-zsh/custom/plugins/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f5d1be7ec2436cfa9d45dfc2bb72fb060eae650f diff --git a/.local/share/oh-my-zsh/custom/themes/spaceship.zsh-theme b/.local/share/oh-my-zsh/custom/themes/spaceship.zsh-theme deleted file mode 120000 index e934b1d..0000000 --- a/.local/share/oh-my-zsh/custom/themes/spaceship.zsh-theme +++ /dev/null @@ -1 +0,0 @@ -/home/ziro/.local/share/oh-my-zsh/themes/spaceship-prompt/spaceship.zsh-theme \ No newline at end of file diff --git a/.local/share/oh-my-zsh/custom/themes/zi.zsh-theme b/.local/share/oh-my-zsh/custom/themes/zi.zsh-theme deleted file mode 100644 index 37d7cb3..0000000 --- a/.local/share/oh-my-zsh/custom/themes/zi.zsh-theme +++ /dev/null @@ -1,17 +0,0 @@ -# Load version control information -autoload -Uz vcs_info -precmd() { vcs_info } - -# Format the vcs_info_msg_0_ variable -zstyle ':vcs_info:*' enable git -zstyle ':vcs_info:git:*' formats '%b %u%c' - -# Prompt -setopt PROMPT_SUBST -PROMPT=' -$fg[white]${PWD/#$HOME/~} $fg[blue]${vcs_info_msg_0_} -$fg[green]$> %b' - -#Autocomplete -ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#c5c8c6,bold,underline" - diff --git a/.local/share/oh-my-zsh/themes/spaceship-prompt b/.local/share/oh-my-zsh/themes/spaceship-prompt deleted file mode 160000 index 6319158..0000000 --- a/.local/share/oh-my-zsh/themes/spaceship-prompt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6319158f19a7bb83a8131da7268213cb636f9653