mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Why the hell does oh-my-zsh have an .sh extension and not .zsh?
Conflicts: templates/zshrc.arch-zsh-template
This commit is contained in:
parent
6eea8dd17a
commit
aa1d7ad012
3 changed files with 2 additions and 2 deletions
|
|
@ -26,6 +26,6 @@ ZSH_THEME="robbyrussell"
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source $ZSH/oh-my-zsh.zsh
|
||||
|
||||
# Customize to your needs...
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
THEMES_DIR="$ZSH/themes"
|
||||
FAVLIST="${HOME}/.zsh_favlist"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source $ZSH/oh-my-zsh.zsh
|
||||
|
||||
function noyes() {
|
||||
read "a?$1 [y/N] "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue