diff --git a/.travis.yml b/.travis.yml index 01a20fb..356e683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ env: before_install: - script/bootstrap.sh -script: fish ./spec/spec.fish +script: fish ./spec/oh-my-fish.spec.fish diff --git a/README.markdown b/README.markdown index 5c33c1c..55b0cc1 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,7 @@ # Oh My Fish! +[![Build Status](https://travis-ci.org/bpinto/oh-my-fish.svg?branch=master)](https://travis-ci.org/bpinto/oh-my-fish) + ### Why? Developing on a shell should be a pleasure. Our goal is to help developers that don't want to spend time configuring their own computer to spend time doing what they want. @@ -76,12 +78,12 @@ Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate. 3. Start / restart fish (just open a new terminal) -### Uninstall +## Uninstall rm -rf ~/.oh-my-fish -### Oh My ZSH +## Oh My ZSH This project is heavily inspired by [oh-my-zsh][oh-my-zsh] diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 1cfd522..8c1b4ea 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -3,4 +3,4 @@ ppa=ppa:fish-shell/${FISH_PPA:-nightly-master} sudo add-apt-repository -y $ppa sudo apt-get update sudo apt-get -y install fish -curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | FORK=bucaran fish +curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish