This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git.
Updated .
- 08 May, 2016 1 commit
-
-
jona authored
* Create mokou
-
- 29 Apr, 2016 2 commits
-
-
Derek Willian Stavis authored
Remove vscode plugin
-
Mathias Rasmussen authored
-
- 28 Apr, 2016 2 commits
-
-
Derek Willian Stavis authored
Small Readme Fixes
-
Luís Fiolhais authored
-
- 20 Apr, 2016 3 commits
-
-
Mathias Rasmussen authored
VSCode can add itself to PATH now.
-
Derek Willian Stavis authored
Update plugin-rustup URL
-
Andrew Rynhard authored
-
- 19 Apr, 2016 8 commits
-
-
Derek Willian Stavis authored
Add plugin-rustup
-
Derek Willian Stavis authored
Fix #303
-
Andrew Rynhard authored
-
Andrew Rynhard authored
-
Andrew Rynhard authored
-
Andrew Rynhard authored
-
Stephen M. Coakley authored
Add linuxbrew to db
-
Stephen Coakley authored
-
- 18 Apr, 2016 2 commits
-
-
Derek Willian Stavis authored
Added a new theme named cyan
-
Cyan authored
-
- 17 Apr, 2016 1 commit
-
-
szwathub authored
-
- 31 Mar, 2016 4 commits
-
-
Derek Willian Stavis authored
registry: add 'await' package
-
Derek Stavis authored
-
Justin Hileman authored
Improve grammar and punctuation for docs/RU
-
Derek Willian Stavis authored
Fixed links in the english docs.
-
- 30 Mar, 2016 2 commits
-
-
sobolevn authored
I have changed `docs/` to `../`, now it's fine.
-
Katya Demidova authored
-
- 28 Mar, 2016 3 commits
-
-
Justin Hileman authored
bugfix: Core update reported failure when up-to-date
-
Itzik Ephraim authored
-
Derek Willian Stavis authored
omf update: Report up-to-date packages as such
-
- 27 Mar, 2016 1 commit
-
-
Itzik Ephraim authored
-
- 25 Mar, 2016 3 commits
-
-
Itzik Ephraim authored
-
Justin Hileman authored
Implement safe shell reloading inside omf plugin
-
Derek Stavis authored
This commit adds an improved reload code for Oh My Fish, besides saving the history now the reloading technique keeps directory history and stack and clears fish_greeting, for a transparent transition. The reloading code is now safe regarding to background jobs. exec wipes fish job control, so the user-facing code under the (just- introduced by this commit) `omf reload` command is kept safe by a warning. For testing purposes, `omf update` and `omf remove` rolls automatic refresh only when `OMF_AUTO_RELOAD` variable is set. Recap of the commit: - Add improved reload code (omf.reload) - Add a safe reload code (omf.cli.reload) - Add `omf reload` command - Add opt-in reload to `omf update` and `omf remove` commands
-
- 24 Mar, 2016 4 commits
-
-
Justin Hileman authored
Add ru-RU docs
-
Justin Hileman authored
`omf doctor` checks for fish & git versions
-
Itzik Ephraim authored
Minimum fish version: 2.2.0 Minimum git version: 1.9.5
-
Justin Hileman authored
lib: deprecate `refresh` function
-
- 23 Mar, 2016 4 commits
-
-
Justin Hileman authored
-
Justin Hileman authored
lib: deprecate `available` function
-
Derek Stavis authored
This PR officially marks available as deprecated, moving the deprecated functionality to omf plugin compat quarantine directory.
-
Derek Stavis authored
With great power comes great responsibility. This function is somewhat low level, and is harmful to shell's user, as it completely screws up with job control (subprocesses). This PR officially marks `refresh` as deprecated, moving the deprecated functionality to omf plugin `compat` quarantine directory.
-