Comment on fish shellComments−dmotz13yOne thing I missed in fish was bash's sudo !! to quickly re-execute a command.A replacement is easy enough though and is in my config here: https://github.com/dmotz/dotfiles/blob/master/functions/sudo...Beyond a few other syntax incompatibilities, I've enjoyed using it.
Comments
One thing I missed in fish was bash's sudo !! to quickly re-execute a command.
A replacement is easy enough though and is in my config here: https://github.com/dmotz/dotfiles/blob/master/functions/sudo...
Beyond a few other syntax incompatibilities, I've enjoyed using it.