4 lines
89 B
Fish
4 lines
89 B
Fish
function fish_preexec --on-event fish_preexec
|
|
set -g __fish_prompt_command_ran 1
|
|
end
|