decla-red/.devcontainer/.zshrc
schmelczerandras 51a8e2a629 Add lerna
2020-10-06 11:47:07 +02:00

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