Skip to content
Snippets Groups Projects
Verified Commit 6e5adbaa authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: fzf search .config dir inside dotfiles

parent 3ed49495
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
export FZF_DEFAULT_COMMAND="fd -t f . $HOME"
export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME"
export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME $HOME/dotfiles/.config"
# Preview file content using bat (https://github.com/sharkdp/bat)
export FZF_CTRL_T_OPTS="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment