You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function fg in functions/fg.fish should be renamed to e.g. fgr since (at least under OS X) it shades the command for bringing a stopped job to the foreground.
To replicate:
~$ cd ~/.config/fish
~/.c/fish$ less README.textile
^Z
~/.c/fish$ fg
find: -name: requires additional arguments
The text was updated successfully, but these errors were encountered:
The function
fg
infunctions/fg.fish
should be renamed to e.g.fgr
since (at least under OS X) it shades the command for bringing a stopped job to the foreground.To replicate:
The text was updated successfully, but these errors were encountered: