From f218c0d447fdd2389593bec458bc218e0d4a46c1 Mon Sep 17 00:00:00 2001 From: Andre Stemmet Date: Mon, 18 Feb 2019 11:20:43 +0000 Subject: [PATCH] Update to latest --- .gitmodules | 3 +++ oh-my-zsh | 2 +- zsh-custom/plugins/zsh-syntax-highlighting | 2 +- zsh-custom/zshnip | 1 + zshrc | 2 ++ 5 files changed, 8 insertions(+), 2 deletions(-) create mode 160000 zsh-custom/zshnip diff --git a/.gitmodules b/.gitmodules index aee0427..fa0bb19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/oh-my-zsh b/oh-my-zsh index ea6ec09..dfd1b4f 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit ea6ec09b9c7752ee0e074659ca0689d0af053e5a +Subproject commit dfd1b4f8dfe977016bfe0ecd0fc360a526252827 diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index 2f3b98f..d61ebbc 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit 2f3b98ff6f94ed1b205e8c47d4dc54e6097eacf4 +Subproject commit d61ebbcbbf7da8fc35040f591e37b89272623036 diff --git a/zsh-custom/zshnip b/zsh-custom/zshnip new file mode 160000 index 0000000..3d3cff1 --- /dev/null +++ b/zsh-custom/zshnip @@ -0,0 +1 @@ +Subproject commit 3d3cff116a0c68ade27c537f85783afa80dd6e58 diff --git a/zshrc b/zshrc index b860179..6160471 100755 --- a/zshrc +++ b/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 )