10 lines
251 B
Bash
10 lines
251 B
Bash
# Path to your oh-my-zsh installation.
|
|
export ZSH="/root/.oh-my-zsh"
|
|
|
|
# https://typewritten.dev/#/git_status_indicators
|
|
ZSH_THEME="typewritten"
|
|
|
|
# Which plugins would you like to load?
|
|
# plugins=(zsh-autosuggestions nvm git)
|
|
|
|
source $ZSH/oh-my-zsh.sh
|