dotfiles/.local/bin/scripts/zfz
xeruf f334607d4f config/shell: expand zoxide & clean functions
- d/di alias based on zf, locz and zfz
- update clean function
2021-07-25 23:46:46 +02:00

3 lines
197 B
Bash
Executable file

#!/bin/sh
# fzf for zoxide
fzf -0 -1 -n2.. --tiebreak=index --preview="ls -a --color --human-readable --group-directories-first --file-type {2..}" --preview-window=20% | tr -s ' ' | cut -d' ' -f3-