limit fzf height (no use for clearing)
This commit is contained in:
parent
f151dfedb6
commit
ffb0147fdd
@ -1,6 +1,6 @@
|
|||||||
function go --description 'Jump to directories'
|
function go --description 'Jump to directories'
|
||||||
lr /home /data /etc -L -t '(name ~~ ".*" && prune || print) && type = d && !(name = ".git")' \
|
lr /home /data /etc -L -t '(name ~~ ".*" && prune || print) && type = d && !(name = ".git")' \
|
||||||
| fzf \
|
| fzf --height 10 \
|
||||||
| read -l dir
|
| read -l dir
|
||||||
[ "$dir" ]; and cd $dir; and clear
|
[ "$dir" ]; and cd $dir
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user