Update and remove redhat and centos and rpm

This commit is contained in:
psox 2019-05-22 13:08:09 +01:00
parent ddea95fa2f
commit 3ffb3455f3
5 changed files with 4 additions and 9 deletions

@ -1 +1 @@
Subproject commit 8fba503667a477b544bfd1fa33e75430874e228a
Subproject commit 60736c9f37ccf886291a5995dfc6f7215b0d8b56

@ -1 +1 @@
Subproject commit 70f36c007db30a5fe1edf2b63664088b502a729c
Subproject commit 733abd4af0f23f217caa2a303fbef66382d19d6f

@ -1 +1 @@
Subproject commit 47a7d416c652a109f6e8856081abc042b50125f4
Subproject commit 0f80b8eb3368b46e5e573c1d91ae69eb095db3fb

@ -1 +1 @@
Subproject commit a109ab54f0d95744c3321183011484ba1de805a7
Subproject commit 82cf2527fc13fefee6e87f99171c1b368f0abdb9

5
zshrc
View File

@ -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 )