This website works better with JavaScript
首頁
探索
說明
註冊
登入
third
/
ohmyzsh
镜像来自
https://github.com/ohmyzsh/ohmyzsh.git
關註
2
讚好
0
複刻
0
Files
目錄樹:
ccbe504f22
分支列表
標籤列表
master
ohmyzsh
/
templates
/
minimal.zshrc
minimal.zshrc
95 B
文件歷史
原始文件
1
2
3
4
5
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh