feat: replace z with zoxide

This commit is contained in:
Stefan Imhoff
2023-02-26 19:19:54 +01:00
parent b5aa502d6a
commit ae4d50e3e4
8 changed files with 6 additions and 311 deletions

View File

@@ -46,6 +46,9 @@ set --export FZF_TMUX_OPTS -p
set --export FZF_ALT_C_COMMAND "fd --type d $FD_OPTIONS --color=never --hidden"
set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
# Zoxide
zoxide init fish | source
# Rust
set --export PATH "$HOME/.cargo/bin:$PATH"