- Feb 14, 2015
-
-
Jorge Bucaran authored
clearance theme should display red prompt if $status != 0
-
Jorge Bucaran authored
-
Adam Lavin authored
Changed github url from http://raw2.github.com to https://raw.githubusercontent.com.
-
- Feb 13, 2015
-
-
Bruno authored
Fixed syl20bnr images in its readme
-
Adam Lavin authored
Changed github url from http://raw2.github.com to https://raw.githubusercontent.com.
-
- Feb 11, 2015
-
-
Jorge Bucaran authored
fix getopts: handle -h --help bug fish-shell#746
-
Jorge Bucaran authored
-
Jorge Bucaran authored
Fix getopts multiline
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno authored
Fix for bobthefish ruby version segment
-
Justin Hileman authored
… when there's no version to show. Fixes #370
-
Jorge Bucaran authored
Change tiny declared globals to local scope.
-
- Feb 10, 2015
-
-
Jorge Bucaran authored
-
Jorge Bucaran authored
Two fixes for tab plugin
-
Justin Hileman authored
iTerm2 nightly has an improved scripting bridge that exposes sessions, but until that ships, we'll have to use a hardcoded default and let users override.
-
Justin Hileman authored
-
- Feb 09, 2015
-
-
Bruno authored
Add tab plugin.
-
Justin Hileman authored
This is a port of a bash function I wrote almost five years ago: https://gist.github.com/bobthecow/757788 The fish version is better though ;) I only have OS X with iTerm and Terminal to test on, but it should be possible to add support for other terminals on other OS. Send a pull request!
-
- Feb 08, 2015
-
-
Bruno authored
Add tiny to plugins README
-
Jorge Bucaran authored
-
Jorge Bucaran authored
add new plugin: tiny
-
Jorge Bucaran authored
tap into github's git.io URL shortener e.g., tiny -u username -r repo -> http://git.io/be1iX
-
- Feb 06, 2015
-
-
Bruno authored
Fixing 'RVM is not a function, selecting rubies with 'rvm use ...' will not work.'
-
- Feb 05, 2015
-
-
Felipe Rodrigues authored
-
Jorge Bucaran authored
Add pbcopy plugin. OSX's pbcopy and pbpaste for Linux.
-
- Feb 03, 2015
-
-
unbalancedparentheses authored
-
- Feb 01, 2015
-
-
Bruno authored
Autojump is no longer a plugin
-
Bruno authored
README simplification.
-
Bruno authored
Adding information to not add the screenshot to git.
-
Jorge Bucaran authored
⭐ Readme + Additions PR merge. -
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Jorge Bucaran authored
-
Bruno Pinto authored
-
Daniele Sluijters authored
`RBENV_ROOT` can be used to relocate where rbenv ends up storing the shims and versions of Ruby it installs. Because of this split `RBENV_ROOT` cannot be used to reliably construct a path to the rbenv binary itself. Instead we now rely on `$RBENV_BIN_ROOT` pointing to the `bin/` directory containing the rbenv binary/script. If `$RBENV_BIN_ROOT` is not set we search `$PATH` first and then the user's home directory making sure to prepend the necessary directories to our `$PATH` depending on where we find rbenv. Lastly we prepend to our `$PATH` the location rbenv's `shims/` so that we can find the shims rbenv generates for us.
-
- Jan 30, 2015
-
-
Bruno authored
contributing guidelines
-
Bruno Pinto authored
-