Hi, I've converted some of my little admin scripts to fish functions residing in /root/.config/fish/functions/. Some days ago I discovered how convenient the `sudo' [1] utility program is. But unfortunately it seems to be unable to find and execute root's fish functions.
,---- | [EMAIL PROTECTED] ~> sudo do-update | Password: | sudo: do-update: command not found | [EMAIL PROTECTED] ~> sudo ls /root/.config/fish/functions | __fish_describe_command.fish do-update.fish | recompile-kernel-modules.fish update-vc-packages.fish `---- Is it possible to make that work? If yes it would be great if the completions for sudo included root's fish commands, too. Regards, Tassilo __________ [1] http://www.sudo.ws/ -- VI VI VI - The Roman Number Of The Beast ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
