diff --git a/modules/autosuggestions/external b/modules/autosuggestions/external index a411ef3e..ae315ded 160000 --- a/modules/autosuggestions/external +++ b/modules/autosuggestions/external @@ -1 +1 @@ -Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 +Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d diff --git a/modules/completion/external b/modules/completion/external index 0331b290..2a30b05a 160000 --- a/modules/completion/external +++ b/modules/completion/external @@ -1 +1 @@ -Subproject commit 0331b2908f93556453e45fa5a899aa21e0a7f64d +Subproject commit 2a30b05a5cf724a2d1c4c140c302dbf93f6aa6f6 diff --git a/modules/fasd/external b/modules/fasd/external index 48220241..90b531a5 160000 --- a/modules/fasd/external +++ b/modules/fasd/external @@ -1 +1 @@ -Subproject commit 48220241e764fdf46b075cd7fe723468aaadde58 +Subproject commit 90b531a5daaa545c74c7d98974b54cbdb92659fc diff --git a/modules/prompt/external/agnoster b/modules/prompt/external/agnoster index 6bba672c..3ad94b65 160000 --- a/modules/prompt/external/agnoster +++ b/modules/prompt/external/agnoster @@ -1 +1 @@ -Subproject commit 6bba672c7812a76defc3efed9b6369eeee2425dc +Subproject commit 3ad94b659910c775a6560c45b1524d23d8c83b09 diff --git a/modules/prompt/external/async b/modules/prompt/external/async index bbbc92bd..95c2b157 160000 --- a/modules/prompt/external/async +++ b/modules/prompt/external/async @@ -1 +1 @@ -Subproject commit bbbc92bd01592513a6b7739a45b7911af18acaef +Subproject commit 95c2b1577f455728ec01cec001a86c216d0af2bd diff --git a/modules/prompt/external/pure b/modules/prompt/external/pure index 5b458ba5..2e354b80 160000 --- a/modules/prompt/external/pure +++ b/modules/prompt/external/pure @@ -1 +1 @@ -Subproject commit 5b458ba5b75f49a8071d53c343f1a23631f7bced +Subproject commit 2e354b80deae105ea246699c49e65dcd4fe8b759 diff --git a/modules/syntax-highlighting/external b/modules/syntax-highlighting/external index 932e29a0..35c8690c 160000 --- a/modules/syntax-highlighting/external +++ b/modules/syntax-highlighting/external @@ -1 +1 @@ -Subproject commit 932e29a0c75411cb618f02995b66c0a4a25699bc +Subproject commit 35c8690c0025ceef9584f64da86ced3a72ee32b6 diff --git a/runcoms/zshrc b/runcoms/zshrc index 826837a0..af48fd44 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -43,3 +43,5 @@ export MDV_THEME=1027.0309 export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +export PATH="$PATH:$HOME/.local/bin"