From 1524749655ed9c316546401376d164b5a9d5dc66 Mon Sep 17 00:00:00 2001 From: pSox Date: Thu, 24 May 2018 12:24:10 +0100 Subject: [PATCH] updated to latest version of dependancies --- oh-my-zsh | 2 +- zsh-custom/plugins/zsh-autosuggestions | 2 +- zshrc | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/oh-my-zsh b/oh-my-zsh index fbcda4d..8f3737f 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit fbcda4d5a92e023388259652652d154558e49ef3 +Subproject commit 8f3737f45b4c3c05e1488a28f79c6bc29ad8fb32 diff --git a/zsh-custom/plugins/zsh-autosuggestions b/zsh-custom/plugins/zsh-autosuggestions index b2b9bf3..d7c7967 160000 --- a/zsh-custom/plugins/zsh-autosuggestions +++ b/zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit b2b9bf3b8c72e83feec3c52be0bc06bd4ffa3c56 +Subproject commit d7c796719e6352666f7a9c94da9ddaed10f3217d diff --git a/zshrc b/zshrc index d865040..e9c4975 100755 --- a/zshrc +++ b/zshrc @@ -15,6 +15,7 @@ zstyle :omz:plugins:ssh-agent lifetime 36h # remove duplicates typeset -U PATH path fpath path=( /bin /sbin /usr/bin /usr/sbin $path ) +[[ -d ~/bin ]] && path=( ~/bin $path ) # Set funtion paths foreach local p in ~/.local/share/zsh/functions ~/.config/zsh/functions $extra_fpath