├── LICENSE ├── README.md ├── conf.d └── plugin-bang-bang.fish ├── functions ├── __history_previous_command.fish └── __history_previous_command_arguments.fish └── hooks └── uninstall.fish /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/README.md -------------------------------------------------------------------------------- /conf.d/plugin-bang-bang.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/conf.d/plugin-bang-bang.fish -------------------------------------------------------------------------------- /functions/__history_previous_command.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/functions/__history_previous_command.fish -------------------------------------------------------------------------------- /functions/__history_previous_command_arguments.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/functions/__history_previous_command_arguments.fish -------------------------------------------------------------------------------- /hooks/uninstall.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-bang-bang/HEAD/hooks/uninstall.fish --------------------------------------------------------------------------------