diff --git a/.oh-my-zsh b/.oh-my-zsh new file mode 160000 index 0000000..fd01fd6 --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit fd01fd66ce27c669e5ffaea94460a37423d1e134 diff --git a/.zshrc b/.zshrc index f326dda..dc1b702 100644 --- a/.zshrc +++ b/.zshrc @@ -61,7 +61,7 @@ HIST_STAMPS="dd.mm.yyyy" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git sudo rsync) +plugins=(git sudo rsync zsh-syntax-highlighting zsh-autosuggestions) source $ZSH/oh-my-zsh.sh