From 6ef02a93968022cab708fa13c5279aa3e5af586e Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 5 Dec 2017 12:25:24 -0800 Subject: [PATCH] add attribution to oh-my-fish/plugin-bang-bang where I got the functions --- fish/.config/fish/functions/__history_previous_command.fish | 1 + .../fish/functions/__history_previous_command_arguments.fish | 1 + 2 files changed, 2 insertions(+) diff --git a/fish/.config/fish/functions/__history_previous_command.fish b/fish/.config/fish/functions/__history_previous_command.fish index 4055545..3327318 100755 --- a/fish/.config/fish/functions/__history_previous_command.fish +++ b/fish/.config/fish/functions/__history_previous_command.fish @@ -1,3 +1,4 @@ +# Source: https://github.com/oh-my-fish/plugin-bang-bang function __history_previous_command switch (commandline -t) case "!" diff --git a/fish/.config/fish/functions/__history_previous_command_arguments.fish b/fish/.config/fish/functions/__history_previous_command_arguments.fish index adc8fbd..d9427b3 100755 --- a/fish/.config/fish/functions/__history_previous_command_arguments.fish +++ b/fish/.config/fish/functions/__history_previous_command_arguments.fish @@ -1,3 +1,4 @@ +# Source: https://github.com/oh-my-fish/plugin-bang-bang function __history_previous_command_arguments switch (commandline -t) case "!"