updated to latest version of dependancies

This commit is contained in:
pSox 2018-05-24 12:24:10 +01:00
parent 265cdc8414
commit 1524749655
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit fbcda4d5a92e023388259652652d154558e49ef3
Subproject commit 8f3737f45b4c3c05e1488a28f79c6bc29ad8fb32

@ -1 +1 @@
Subproject commit b2b9bf3b8c72e83feec3c52be0bc06bd4ffa3c56
Subproject commit d7c796719e6352666f7a9c94da9ddaed10f3217d

1
zshrc
View File

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