addet functionality
This commit is contained in:
parent
58799c3c08
commit
35bc61756e
1 changed files with 5 additions and 1 deletions
6
init.zsh
6
init.zsh
|
@ -90,7 +90,11 @@ if command -v zoxide >/dev/null 2>&1; then
|
||||||
# Shell integrations
|
# Shell integrations
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
else
|
else
|
||||||
"$ZSH_INSTALL" fzf
|
function ifzf {
|
||||||
|
echo "$ZSH_UPDATE fastfetch" | zsh
|
||||||
|
exec zsh
|
||||||
|
}
|
||||||
|
ifzf
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue