mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
add attribution to oh-my-fish/plugin-bang-bang where I got the functions
This commit is contained in:
parent
a7ac0bff50
commit
6ef02a9396
@ -1,3 +1,4 @@
|
||||
# Source: https://github.com/oh-my-fish/plugin-bang-bang
|
||||
function __history_previous_command
|
||||
switch (commandline -t)
|
||||
case "!"
|
||||
|
@ -1,3 +1,4 @@
|
||||
# Source: https://github.com/oh-my-fish/plugin-bang-bang
|
||||
function __history_previous_command_arguments
|
||||
switch (commandline -t)
|
||||
case "!"
|
||||
|
Loading…
Reference in New Issue
Block a user