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