Commit 7feb5575 authored by Derek Stavis's avatar Derek Stavis

Remove reload notice from installer script

Also fix a whitespace issue.
parent 956772da
#!/usr/bin/env fish #!/usr/bin/env fish
# #
# USAGE # USAGE
# #1: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish # #1: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# #2: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install # #2: curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install > install; and fish install
# #3: env OMF_CONFIG=~/.omf curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish # #3: env OMF_CONFIG=~/.omf curl -L github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish
# #
...@@ -133,7 +133,7 @@ function main ...@@ -133,7 +133,7 @@ function main
end end
if install_omf if install_omf
report success "Installation successful! Reload your shell to start using Oh My Fish." report success "Installation successful!"
set -q CI; or exec fish < /dev/tty set -q CI; or exec fish < /dev/tty
else else
report error "Oh My Fish installation failed.\n\nIf you think that it's a bug, please open an\nissue with the complete installation log here:\n\nhttp://github.com/oh-my-fish/oh-my-fish/issues" report error "Oh My Fish installation failed.\n\nIf you think that it's a bug, please open an\nissue with the complete installation log here:\n\nhttp://github.com/oh-my-fish/oh-my-fish/issues"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment