commit d9ccedaacbe651add8422215d64ac77df7b72eae
parent f119d63368f2598d99fa73df6f38308537504e92
Author: Anders Damsgaard <andersd@riseup.net>
Date: Sat, 21 Oct 2017 12:00:10 -0400
remove two old commented lines
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/links/.zshrc b/links/.zshrc
@@ -54,7 +54,6 @@ bindkey "^k" history-beginning-search-forward
# launch $EDITOR with Ctrl-e
_editor() {
- #$SHELL -c $EDITOR
BUFFER="$EDITOR"
zle accept-line
}
@@ -351,7 +350,6 @@ if _has fzf; then
# --hidden: Search hidden files and folders
# --follow: Follow symlinks
# --glob: Additional conditions for search (in this case ignore everything in the .git/ folder)
- #export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --glob "!.git/*"'
# use the_silver_searcher if available