AutoYADM commit: 2025-03-31 13:55:18

This commit is contained in:
Daniel Fichtinger 2025-03-31 13:55:18 -04:00
parent 4151b93e62
commit 4f1e3ed97d
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
function fish_should_add_to_history
string match -q ' *' -- $argv; and return 1
for cmd in ls clear
for cmd in ls clear fg
string match -qr "^$cmd" -- $argv; and return 1
end
return 0