mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
10 lines
186 B
Bash
10 lines
186 B
Bash
export ZSH="$HOME/.dotfiles/oh-my-zsh"
|
|
|
|
ZSH_THEME="ivabus"
|
|
|
|
plugins=(git zsh-syntax-highlighting)
|
|
|
|
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
|
|
|
|
source $ZSH/oh-my-zsh.sh
|