mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Fixing minor error in fish.
This commit is contained in:
parent
b48c7b2d87
commit
f541077476
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function __history_previous_command_arguments
|
|||
end
|
||||
end
|
||||
# The bindings for !! and !$
|
||||
if [ $fish_key_bindings = fish_vi_key_bindings ];
|
||||
if [ $fish_key_bindings = "fish_vi_key_bindings" ];
|
||||
bind -Minsert ! __history_previous_command
|
||||
bind -Minsert '$' __history_previous_command_arguments
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue