feat(bin): tf script with wider preview window and case insensitive fzf

This commit is contained in:
Sergio Laín 2025-08-13 19:44:10 +02:00
parent 98f11984cc
commit 80fea4fe2c
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -5,7 +5,7 @@ gfetch="gfetch -d churn contributors --no-color-palette --no-title"
ls="eza --header --icons --all --color=always --group-directories-first --hyperlink" ls="eza --header --icons --all --color=always --group-directories-first --hyperlink"
projects_dir="$HOME/dev" projects_dir="$HOME/dev"
projects_command="find $projects_dir -mindepth 2 -maxdepth 2 -type d" projects_command="find $projects_dir -mindepth 2 -maxdepth 2 -type d"
fzf_command="fzf --height=100%" fzf_command="fzf -i --height=100% --preview-window=65%"
zoxide_command="zoxide query -l" zoxide_command="zoxide query -l"
yaml_config() { yaml_config() {