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?
This commit is contained in:
parent
de6ef53c96
commit
1e2cf116b7
4 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
ZSH=/usr/share/oh-my-zsh/
|
ZSH=/usr/share/oh-my-zsh/
|
||||||
|
|
||||||
load_oh_my_zshell(){
|
load_oh_my_zshell(){
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.zsh
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set to this to use case-sensitive completion
|
# Set to this to use case-sensitive completion
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ ZSH=$HOME/.oh-my-zsh
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(git)
|
plugins=(git)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.zsh
|
||||||
|
|
||||||
# Load a theme
|
# Load a theme
|
||||||
# Look in $ZSH/themes/
|
# Look in $ZSH/themes/
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
THEMES_DIR="$ZSH/themes"
|
THEMES_DIR="$ZSH/themes"
|
||||||
FAVLIST="${HOME}/.zsh_favlist"
|
FAVLIST="${HOME}/.zsh_favlist"
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.zsh
|
||||||
|
|
||||||
function noyes() {
|
function noyes() {
|
||||||
read "a?$1 [y/N] "
|
read "a?$1 [y/N] "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue