Switch to onedark theme

This commit is contained in:
2021-05-27 18:39:34 +02:00
parent 59809f0f77
commit e9d5bc639d
6 changed files with 116 additions and 11 deletions

8
.zshrc
View File

@@ -4,7 +4,7 @@ ZSH_THEME="robbyrussell"
# Plugins
plugins=(
git
zsh-autosuggestions
# zsh-autosuggestions
)
export ZSH=$HOME/.oh-my-zsh
@@ -26,9 +26,9 @@ HISTSIZE=10000
SAVEHIST=10000
# completion
autoload -Uz compinit
compinit
setopt COMPLETE_ALIASES
#autoload -Uz compinit
#compinit
#setopt COMPLETE_ALIASES
# goodies
eval "$(direnv hook zsh)"