From 3ffb3455f3d5748a07f388c9746a9667c797f247 Mon Sep 17 00:00:00 2001 From: psox Date: Wed, 22 May 2019 13:08:09 +0100 Subject: [PATCH] Update and remove redhat and centos and rpm --- oh-my-zsh | 2 +- zsh-custom/plugins/zsh-autosuggestions | 2 +- zsh-custom/plugins/zsh-history-substring-search | 2 +- zsh-custom/plugins/zsh-syntax-highlighting | 2 +- zshrc | 5 ----- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/oh-my-zsh b/oh-my-zsh index 8fba503..60736c9 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 8fba503667a477b544bfd1fa33e75430874e228a +Subproject commit 60736c9f37ccf886291a5995dfc6f7215b0d8b56 diff --git a/zsh-custom/plugins/zsh-autosuggestions b/zsh-custom/plugins/zsh-autosuggestions index 70f36c0..733abd4 160000 --- a/zsh-custom/plugins/zsh-autosuggestions +++ b/zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit 70f36c007db30a5fe1edf2b63664088b502a729c +Subproject commit 733abd4af0f23f217caa2a303fbef66382d19d6f diff --git a/zsh-custom/plugins/zsh-history-substring-search b/zsh-custom/plugins/zsh-history-substring-search index 47a7d41..0f80b8e 160000 --- a/zsh-custom/plugins/zsh-history-substring-search +++ b/zsh-custom/plugins/zsh-history-substring-search @@ -1 +1 @@ -Subproject commit 47a7d416c652a109f6e8856081abc042b50125f4 +Subproject commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index a109ab5..82cf252 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit a109ab54f0d95744c3321183011484ba1de805a7 +Subproject commit 82cf2527fc13fefee6e87f99171c1b368f0abdb9 diff --git a/zshrc b/zshrc index 7da772a..9d0461f 100755 --- a/zshrc +++ b/zshrc @@ -114,16 +114,11 @@ plugins=( ( which pip 2>/dev/null >/dev/null ) && plugins+=( pip ) ( which sudo 2>/dev/null >/dev/null ) && plugins+=( sudo ) ( which tmux 2>/dev/null >/dev/null ) && plugins+=( tmux ) -( which rpmbuild 2>/dev/null >/dev/null ) && plugins+=( rpmbuild ) -( which rpm 2>/dev/null >/dev/null ) && plugins+=( rpm ) ( which yum 2>/dev/null >/dev/null ) && plugins+=( yum ) ( which code 2>/dev/null >/dev/null ) && plugins+=( vscode ) ( which strfile 2>/dev/null >/dev/null ) && plugins+=( chucknorris ) ( which kubectl 2>/dev/null >/dev/null ) && plugins+=( kubectl ) ( [[ -e /etc/arch-release ]] ) && plugins+=( archlinux ) -( [[ -e /etc/centos-release ]] ) && plugins+=( fedora ) -( [[ -e /etc/redhat-release ]] ) && plugins+=( redhat ) -( [[ -e /etc/ubuntu-release ]] ) && plugins+=( ubuntu ) ( [[ -e /etc/suse-release ]] ) && plugins+=( suse ) ( [[ "$(uname)" == "Darwin" ]] ) && plugins+=( osx ) ( which vim 2>/dev/null >/dev/null ) && plugins+=( vim-interaction )