Updated reference to prezto (omz sorin)
This commit is contained in:
parent
b4bd099252
commit
e51f19809d
@ -109,7 +109,7 @@ If that doesn't work, move the OSX supplied ctags [like so](http://www.mattpolit
|
||||
sudo mv /usr/bin/ctags /usr/bin/ctags_original
|
||||
```
|
||||
|
||||
### [oh-my-zsh](https://github.com/sorin-ionescu/oh-my-zsh)
|
||||
### [oh-my-zsh](https://github.com/sorin-ionescu/prezto)
|
||||
|
||||
```bash
|
||||
git clone --recursive git://github.com/sorin-ionescu/prezto.git ~/.oh-my-zsh
|
||||
|
4
Rakefile
4
Rakefile
@ -55,10 +55,10 @@ end
|
||||
|
||||
task :zsh_themes do
|
||||
if File.exist?("#{ENV['HOME']}/.oh-my-zsh/modules/prompt/functions")
|
||||
puts "Detected oh-my-zsh @sorin-ionescu version."
|
||||
puts "Detected prezto (oh-my-zsh @sorin-ionescu)."
|
||||
run %{ ln -nfs #{ENV["PWD"]}/oh-my-zsh/modules/prompt/functions/* $HOME/.oh-my-zsh/modules/prompt/functions/ } if want_to_install?('zsh themes')
|
||||
elsif File.exist?("#{ENV['HOME']}/.oh-my-zsh")
|
||||
puts "Detected oh-my-zsh @robbyrussell version."
|
||||
puts "Detected oh-my-zsh @robbyrussell."
|
||||
run %{ ln -nfs #{ENV["PWD"]}/oh-my-zsh/themes/* $HOME/.oh-my-zsh/themes/ } if want_to_install?('zsh themes')
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user