From d07a165f91fee5b931a7b82f7462d114f50d243e Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sat, 7 Jul 2018 14:00:37 +0200
Subject: Add syncthing

---
 install.sh                                    | 4 ++++
 zsh/.zsh/plugins/zsh-autosuggestions          | 2 +-
 zsh/.zsh/plugins/zsh-history-substring-search | 2 +-
 zsh/.zsh/plugins/zsh-syntax-highlighting      | 2 +-
 zsh/.zshrc                                    | 4 ++++
 5 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh
index f740e3f..608ba19 100755
--- a/install.sh
+++ b/install.sh
@@ -119,3 +119,7 @@
 #sudo resolvconf -u
 
 #tpac -S tig
+
+#tpac -S syncthing
+#systemctl --user enable syncthing.service
+#Config is here : http://127.0.0.1:8384/
diff --git a/zsh/.zsh/plugins/zsh-autosuggestions b/zsh/.zsh/plugins/zsh-autosuggestions
index d6d9a46..ebaf409 160000
--- a/zsh/.zsh/plugins/zsh-autosuggestions
+++ b/zsh/.zsh/plugins/zsh-autosuggestions
@@ -1 +1 @@
-Subproject commit d6d9a469819c2bddb4d4f1d0d353070af96226e2
+Subproject commit ebaf409002be498a681267a75f5efcaf45cd0ccc
diff --git a/zsh/.zsh/plugins/zsh-history-substring-search b/zsh/.zsh/plugins/zsh-history-substring-search
index 933733e..47a7d41 160000
--- a/zsh/.zsh/plugins/zsh-history-substring-search
+++ b/zsh/.zsh/plugins/zsh-history-substring-search
@@ -1 +1 @@
-Subproject commit 933733e86724a018cb98cb8f514fc3d323461f74
+Subproject commit 47a7d416c652a109f6e8856081abc042b50125f4
diff --git a/zsh/.zsh/plugins/zsh-syntax-highlighting b/zsh/.zsh/plugins/zsh-syntax-highlighting
index a2a899b..db6cac3 160000
--- a/zsh/.zsh/plugins/zsh-syntax-highlighting
+++ b/zsh/.zsh/plugins/zsh-syntax-highlighting
@@ -1 +1 @@
-Subproject commit a2a899b41b8b467b6c46b3f56c829a58657e671e
+Subproject commit db6cac391bee957c20ff3175b2f03c4817253e60
diff --git a/zsh/.zshrc b/zsh/.zshrc
index afb38be..07017c8 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -21,3 +21,7 @@ export TERM=xterm-256color
 export CHEAT_EDITOR=nvim
 export VISUAL=nvim
 export EDITOR=nvim
+
+#export PHPBREW_SET_PROMPT=1
+#export PHPBREW_RC_ENABLE=1
+source /home/neodarz/.phpbrew/bashrc
-- 
cgit v1.2.1