mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Changed the main file extension from sh to zsh.
This commit is contained in:
parent
b34e9e0022
commit
00d4f280ae
2 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export DISABLE_AUTO_TITLE='false'
|
||||||
# Example: plugins=(rails git textmate ruby lighthouse)
|
# Example: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
source "$ZSH/oh-my-zsh.sh"
|
source "$ZSH/oh-my-zsh.zsh"
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue