UPdate
This commit is contained in:
parent
6da837b774
commit
cbb8d2a652
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
||||||
tmux attach || exec tmux new-session && exit
|
tmux attach || exec tmux new-session && exit
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
__fish_command_not_found_handler = {
|
__fish_command_not_found_handler = {
|
||||||
body = "__fish_default_command_not_found_handler $argv[1]";
|
body = "__fish_default_command_not_found_handler $argv[1]";
|
||||||
onEvent = "fish_command_not_found";
|
onEvent = "fish_command_not_found";
|
||||||
|
|
Loading…
Reference in a new issue