mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
4 lines
152 B
Fish
4 lines
152 B
Fish
# Defined in - @ line 1
|
|
function fzf --description alias\ fzf\ fzf\ --preview\ \'head\ -100\ \{\}\'\n
|
|
command fzf --preview 'head -100 {}' $argv;
|
|
end
|