mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Why the hell does oh-my-zsh have an .sh extension and not .zsh?
This commit is contained in:
parent
de6ef53c96
commit
1e2cf116b7
4 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ ZSH=$HOME/.oh-my-zsh
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source $ZSH/oh-my-zsh.zsh
|
||||
|
||||
# Load a theme
|
||||
# Look in $ZSH/themes/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue