mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-13 03:35:17 +03:00
13 lines
220 B
Bash
13 lines
220 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
|
|
|
|
alias vi="nvim"
|
|
alias vim="nvim"
|