mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge branch master
This commit is contained in:
commit
857ec726c8
7 changed files with 31 additions and 2 deletions
4
zshrc
4
zshrc
|
|
@ -1,6 +1,10 @@
|
|||
# Path to your oh-my-zsh configuration.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Set to the name theme to load.
|
||||
# Look in ~/.oh-my-zsh/themes/
|
||||
export ZSH_THEME="robbyrussell"
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
for i in $ZSH/*zsh; do source $i; done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue