mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 02:09:27 +08:00
fixing bundler plugin which was creating a file named '-'
This commit is contained in:
parent
e66ce57dd2
commit
da45f2fc3c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
function _bundler-installed
|
function _bundler-installed
|
||||||
which bundle >- ^&1
|
which bundle >/dev/null ^&1
|
||||||
end
|
end
|
||||||
|
|
||||||
function _within-bundled-project
|
function _within-bundled-project
|
||||||
|
|
Loading…
Reference in New Issue
Block a user