mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 16:15:07 +03:00
10 lines
206 B
Bash
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
|