Merge branch 'master' of github.com:Jab2870/dotfiles

This commit is contained in:
Jonathan Hodgson 2018-05-08 09:07:33 +01:00
commit c7b994175e
7 changed files with 74 additions and 15 deletions

@ -0,0 +1 @@
Subproject commit 67a364bc1766fb775010cd00dda1967210013410

View file

@ -52,7 +52,7 @@ ZSH_CUSTOM=$HOME/.dotfiles/shells/zsh/oh-my-zsh
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh