mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
commit
4fba87434c
@ -6,4 +6,4 @@ env:
|
||||
before_install:
|
||||
- script/bootstrap.sh
|
||||
|
||||
script: fish ./spec/spec.fish
|
||||
script: fish ./spec/oh-my-fish.spec.fish
|
||||
|
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user