4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
|
||
|
fish -c (history | head -n 1 | grep -v history) | fzf
|