oh-my-fish / plugin-bak

Helps you instantly backup and restore files
MIT License
5 stars 3 forks source link

Fix unknown function __unbak #3

Closed scoiatael closed 8 years ago

scoiatael commented 8 years ago

When trying to run unmvbak or uncpbak after installing with fisher (with fish 2.3.0), fish complains:

fish: Unknown command '__unbak'
in function “unmvbak”
    called on standard input
    with parameter list “Hacks.md.20160601_123917.bak”

This can be changed by changing function used by them from __unbak to __bak_unbak.

I tested that it works also with omf.

bobthecow commented 8 years ago

Thanks!