added yazi as a fancy file picker to helix with a simple backspace + f command :)

This commit is contained in:
Lillian Violet 2024-10-18 17:43:10 +02:00
parent 7b8d516b6a
commit cb87a12ad2
3 changed files with 28 additions and 7 deletions

View file

@ -67,7 +67,7 @@
"zsh-navigation-tools"
];
};
# stuff for zoxide & tre
# Extra commands that take more complex forms
initExtra = ''
eval "$(zoxide init --cmd cd zsh)"
tre() { command tre "$@" -e && source "/tmp/tre_aliases_$USER" 2>/dev/null; }