1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-05-17 19:29:18 +02:00
Files
ohmyzsh/templates/minimal.zshrc
2024-10-27 20:46:46 +01:00

6 lines
95 B
Bash

export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh