From ed9de97c72d552ecd782d5a6f30349d407a81be4 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 13 Jul 2017 11:55:41 +0200 Subject: [PATCH] updated submodules and added notify script (nma) --- dotbot | 2 +- lib/completions | 2 +- lib/fzf | 2 +- lib/nano/syntax | 2 +- lib/ohmyzsh | 2 +- zsh/zshrc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dotbot b/dotbot index 0b01d56..fe9ca6f 160000 --- a/dotbot +++ b/dotbot @@ -1 +1 @@ -Subproject commit 0b01d56d81c33f8b665487f5a64f2d69b2a645f0 +Subproject commit fe9ca6f5ede35d16f28e0c5db781fb39437fd171 diff --git a/lib/completions b/lib/completions index 10609c1..01c69f3 160000 --- a/lib/completions +++ b/lib/completions @@ -1 +1 @@ -Subproject commit 10609c16ec87ec30e4908b80a8cba19b0987bc01 +Subproject commit 01c69f3ce201db8d2127cb35bdc904ce4fd0fd85 diff --git a/lib/fzf b/lib/fzf index 6898849..940214a 160000 --- a/lib/fzf +++ b/lib/fzf @@ -1 +1 @@ -Subproject commit 6898849e3e7908c8c5d7fff243ff3d8b630ebc75 +Subproject commit 940214a1a2cbc64f32539e9a65beafc767f259e2 diff --git a/lib/nano/syntax b/lib/nano/syntax index b394ee1..fc08bf2 160000 --- a/lib/nano/syntax +++ b/lib/nano/syntax @@ -1 +1 @@ -Subproject commit b394ee16e160fe8fdb3a7711f167573e7841ce3a +Subproject commit fc08bf270a1ff5eba2a24e2c7722dbe381947b87 diff --git a/lib/ohmyzsh b/lib/ohmyzsh index 291e96d..d848c94 160000 --- a/lib/ohmyzsh +++ b/lib/ohmyzsh @@ -1 +1 @@ -Subproject commit 291e96dcd034750fbe7473482508c08833b168e3 +Subproject commit d848c94804918138375041a9f800f401bec12068 diff --git a/zsh/zshrc b/zsh/zshrc index e1004d9..35bd1d1 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -3,7 +3,7 @@ export ZSH=${HOME}/dotfiles/lib/ohmyzsh ZSH_THEME="mortalscumbag" DISABLE_AUTO_UPDATE="true" export GOPATH=${HOME}/go -export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.3.0/bin:${HOME}/dotfiles/lib/util:${HOME}/dotfiles/lib/bin:${HOME}/dotfiles/lib/dasht/bin:${PATH}" +export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.3.0/bin:${HOME}/dotfiles/lib/util:${HOME}/dotfiles/lib/bin:${HOME}/dotfiles/lib/dasht/bin:${PATH}:/opt/android-sdk/build-tools/26.0.0/" export DASHT_DOCSETS_DIR=$HOME/.local/share/Zeal/Zeal/docsets export EDITOR='nano' export TERM=linux