Update to latest
This commit is contained in:
parent
e730f16825
commit
f218c0d447
|
@ -19,3 +19,6 @@
|
|||
[submodule "zsh-custom/plugins/k"]
|
||||
path = zsh-custom/plugins/k
|
||||
url = https://github.com/supercrabtree/k
|
||||
[submodule "zsh-custom/zshnip"]
|
||||
path = zsh-custom/zshnip
|
||||
url = https://github.com/facetframer/zshnip.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ea6ec09b9c7752ee0e074659ca0689d0af053e5a
|
||||
Subproject commit dfd1b4f8dfe977016bfe0ecd0fc360a526252827
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f3b98ff6f94ed1b205e8c47d4dc54e6097eacf4
|
||||
Subproject commit d61ebbcbbf7da8fc35040f591e37b89272623036
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d3cff116a0c68ade27c537f85783afa80dd6e58
|
2
zshrc
2
zshrc
|
@ -107,6 +107,7 @@ plugins=(
|
|||
( which encode64 2>/dev/null >/dev/null ) && plugins+=( encode64 )
|
||||
( which docker-compose 2>/dev/null >/dev/null ) && plugins+=( docker-compose )
|
||||
( which docker 2>/dev/null >/dev/null ) && plugins+=( docker )
|
||||
( which mosh 2>/dev/null >/dev/null ) && plugins+=( mosh )
|
||||
( which systemd 2>/dev/null >/dev/null ) && plugins+=( systemd )
|
||||
( which python 2>/dev/null >/dev/null ) && plugins+=( python )
|
||||
( which pip 2>/dev/null >/dev/null ) && plugins+=( pip )
|
||||
|
@ -115,6 +116,7 @@ plugins=(
|
|||
( 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 )
|
||||
( [[ -e /etc/arch-release ]] ) && plugins+=( archlinux )
|
||||
( [[ -e /etc/centos-release ]] ) && plugins+=( fedora )
|
||||
|
|
Loading…
Reference in New Issue