dotfiles/zshrc
2022-07-04 16:06:23 +03:00

10 lines
206 B
Bash

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