Browse Source

added zsh plugins

master
Marc 4 years ago
parent
commit
b38d0e992a
3 changed files with 8 additions and 0 deletions
  1. 3
      .config/zsh/.zshrc
  2. 1
      .config/zsh/plugins/zsh-syntax-highlighting
  3. 4
      .gitmodules

3
.config/zsh/.zshrc

@ -85,6 +85,9 @@ do
source $plugin source $plugin
done done
source $PLUGINS/zsh-autosuggestions/zsh-autosuggestions.zsh
source $PLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# -------------------------------------- # --------------------------------------
# Themes # Themes
# -------------------------------------- # --------------------------------------

1
.config/zsh/plugins/zsh-syntax-highlighting

@ -0,0 +1 @@
Subproject commit f1b9fbbaf0123fb7b14b4a11bc18c86fd4b2305b

4
.gitmodules

@ -2,3 +2,7 @@
path = .config/zsh/plugins/zsh-autosuggestions path = .config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git url = https://github.com/zsh-users/zsh-autosuggestions.git
branch = master branch = master
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
path = .config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
branch = master
Loading…
Cancel
Save