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