From e7afb310a42d2cbd444543c947f7b2097f325c99 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Tue, 13 Jan 2015 13:36:27 -0200 Subject: [PATCH 1/4] removing bucaran fork --- script/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From beda636406c3a93c0cb1588cba300d89046d60f3 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Tue, 13 Jan 2015 14:20:10 -0200 Subject: [PATCH 2/4] travis badge --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 5c33c1c..f2a219a 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. From a32cd3fdd987c158d305755d0b94fa2994ffe249 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Tue, 13 Jan 2015 14:25:40 -0200 Subject: [PATCH 3/4] README cosmetics --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f2a219a..55b0cc1 100644 --- a/README.markdown +++ b/README.markdown @@ -78,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] From 09e6da27e23fda404ddb2914c0942277c530d804 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 14 Jan 2015 01:51:36 +0900 Subject: [PATCH 4/4] Fix boostrap/script to oh-my-fish.spec.fish --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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