dotfiles/configs/zshrc

10 lines
206 B
Bash
Raw Normal View History

2022-07-04 16:06:23 +03:00
export ZSH="$HOME/.dotfiles/oh-my-zsh"
ZSH_THEME="ivabus"
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
source $ZSH/oh-my-zsh.sh