Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • iliya.saroukha/dotfiles
1 result
Show changes
Commits on Source (2)
Subproject commit 223da988a4c275a4408ca761dd7c8691e65ad188 Subproject commit 60b649b5609323b58b15449239452794639e99d6
...@@ -135,8 +135,11 @@ HISTSIZE=1000000 ...@@ -135,8 +135,11 @@ HISTSIZE=1000000
SAVEHIST=$HISTSIZE SAVEHIST=$HISTSIZE
# ------------ FZF ------------- # ------------ FZF -------------
source /usr/share/fzf/key-bindings.zsh # source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh # source /usr/share/fzf/completion.zsh
# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)
export FZF_DEFAULT_COMMAND="fd -t f . $HOME" export FZF_DEFAULT_COMMAND="fd -t f . $HOME"
export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME $HOME/dotfiles/.config" export FZF_ALT_C_COMMAND="fd --type d --max-depth 5 . $HOME $HOME/dotfiles/.config"
......