1
1
Fork 0
dotfiles/zsh/.zshrc
2019-08-04 15:52:01 -05:00

12 lines
206 B
Bash

export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="kardan"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh