Commit Graph

977 Commits (912e6694548a6445a661c6faa1ccdb68f8bb2c51)
 

Author SHA1 Message Date
Justin Hileman dfff6fa679 [split] Move brew plugin to oh-my-fish/plugin-brew
https://github.com/oh-my-fish/plugin-brew
9 years ago
Justin Hileman 1963af4cb0 [split] Move balias plugin to oh-my-fish/plugin-balias
https://github.com/oh-my-fish/plugin-balias
9 years ago
Justin Hileman b2549c2005 [split] Move bak plugin to oh-my-fish/plugin-bak
https://github.com/oh-my-fish/plugin-bak
9 years ago
Justin Hileman a90b48144c [split] Move archlinux plugin to oh-my-fish/plugin-archlinux
https://github.com/oh-my-fish/plugin-archlinux
9 years ago
Justin Hileman 9e1c281973 [split] Move android-sdk plugin to oh-my-fish/plugin-android-sdk
https://github.com/oh-my-fish/plugin-android-sdk
9 years ago
Bruno Pinto d3b4007594 handling failures on git clone 9 years ago
Bruno Pinto bcd032de8e using events for easier verbosity handling 9 years ago
Bruno Pinto 2930c81228 omf list function 9 years ago
Bruno Pinto 46f0a3f981 move fish functions to omf plugin 9 years ago
Bruno 8b35fae1d8 Merge pull request #465 from lloydde/doc-contrib-spec-link
Fix broken fish-spec link in CONTRIB~.md
9 years ago
Lloyd Dewolf 7a4c53f8d2 Fix broken fish-spec link in CONTRIB~.md
Also
- Now the one inline link is also footnote.
- Consistent no hard wrap here and in README.md
9 years ago
Bruno b224c36427 Simpler readme 9 years ago
Bruno b1e5c429d0 Manual installation using wiki page 9 years ago
Bruno 9088be429b Update README.md 9 years ago
Bruno 91f37c43ce Merge pull request #462 from bpinto/external_plugins
Vundle style plugins (external plugins)
9 years ago
Bruno 52c4896ea9 Update documentation 9 years ago
Bruno Pinto 21848fdf80 fish install and updated functions 9 years ago
Bruno Pinto e2d9ad8ff4 new Plugin and Theme functions 9 years ago
Bruno Pinto 6a3c7a3f1f remove deprecated _append_path function 9 years ago
Bruno Pinto 25ef546fc7 simplification: do not prioritize '.config/fish/functions' 9 years ago
Bruno Pinto 8d653ba818 no more plugins or themes added to the repo 9 years ago
Bruno 87030f6797 Merge pull request #447 from Bastes/master
FIxing a problem caused by the strange "command command -v rbenv" command
9 years ago
Michel Belleville fa253c22e9 FIxing a problem caused by the strange "command command -v rbenv"
Some systems don't have a ```command``` command ; testing for it before trying to execute it is better form.
9 years ago
Michel Belleville e77c6cd77a FIxing a problem caused by the strange "command command -v rbenv" command 9 years ago
Jorge Bucaran edd719c645 Merge pull request #461 from scorphus/issue-454
fix(scorphish): redirect Git stderr to /dev/null while
9 years ago
Pablo Santiago Blum de Aguiar 22001a7b50 fix(scorphish): redirect Git stderr to /dev/null while
Fix #454. Thanks @bucaran 👍

Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
9 years ago
Jorge Bucaran 0e21d6be2d Merge pull request #458 from nirvdrum/custom_completions_load_fix
Custom completions load fix
9 years ago
Kevin Menard a06a58fc70 Fix loading of custom plugin completions. 9 years ago
Kevin Menard e6a0caf27a Add an example completion file. 9 years ago
Jorge Bucaran c17ff864d8 Merge pull request #452 from scorphus/improve-scorphish
Improve scorphish theme
9 years ago
Pablo Santiago Blum de Aguiar e5ef2da81f refact(scorphish): set colors on top of method to use them onwards 9 years ago
Pablo Santiago Blum de Aguiar 3ee8674112 refact(scorphish): display nada when there's neither venv nor ruby 9 years ago
Pablo Santiago Blum de Aguiar afe748e478 refact(scorphish): colorize prompt arrows according to exit code 9 years ago
Pablo Santiago Blum de Aguiar 239f8dd089 refact(scorphish): use a flag to decide where to place git info 9 years ago
Pablo Santiago Blum de Aguiar 95ed7da00b refact(scorphish): show number of commits ahead for all remotes 9 years ago
Jorge Bucaran 31b0f12f05 Merge pull request #451 from bpinto/commits-ahead-scorphish
add commits ahead indicator to scorphish
9 years ago
Jorge 4711a1d494 add commits ahead indicator to scorphish 9 years ago
Jorge Bucaran e9aab2e462 Merge pull request #449 from tannhuber/spec
Modify README.md
9 years ago
Joseph 474ce4cd7a Modify README.md
Typo fixed.
9 years ago
Jorge Bucaran 914aa94386 Merge pull request #444 from scorphus/scorphish
themes: add a new theme, scorphish
9 years ago
Pablo Santiago Blum de Aguiar 17a807f5bf themes: add a new theme, scorphish 9 years ago
Jorge Bucaran 568c601c79 Merge pull request #442 from josiahsprague/clarify-installation-process
Add installation note about config.fish
10 years ago
Josiah Sprague b01b39ea79 Add installation note about config.fish
Add a note to make it clearer what happens to existing config.fish files when installing omf.
10 years ago
Jorge Bucaran d0afa91c5f Merge pull request #437 from kiRach/master
Some improvements on robbyrussel theme
10 years ago
Kirill Sukhanov 4b39ad6201 Variable name changed to be more meaningful 10 years ago
Kirill Sukhanov 2bca3f0951 Changes for show dirty option after the comment in code review 10 years ago
Kirill Sukhanov c45b844a55 Add option to not show untracked files as dirty in git status 10 years ago
Kirill Sukhanov b43716907f Add space between the arrow and current directory name in robbyrussell theme 10 years ago
Bruno 506ef66ee1 Merge pull request #436 from bobthecow/bobthefish-git-untracked-override
[bobthefish] allow git untracked files override
10 years ago
Justin Hileman 027be0a1ee [bobthefish] allow git untracked files override
Showing untracked files can be (very) slow on large NFS mounts. Allow the user to disable the '...' output when there are untracked files, either globally via fish config:

    set -g theme_display_git_untracked no

 or locally via git repo config:

    git config bash.showUntrackedFiles false

Fixes #434
10 years ago