addet fzf integration
This commit is contained in:
parent
8ae28bf9d1
commit
76213898bf
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -64,6 +64,11 @@ zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
|||
setopt autocd notify
|
||||
# End of lines configured by zsh-newuser-install
|
||||
|
||||
# ─< init fzf for zsh >───────────────────────────────────────────────────────────────────
|
||||
if command_exists fzf; then
|
||||
source <(fzf --zsh)
|
||||
fi
|
||||
|
||||
_init (){
|
||||
if command_exists oh-my-posh; then
|
||||
# eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue