summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-05 09:28:13 +0200
committerPaul Buetow <paul@buetow.org>2025-03-05 09:28:13 +0200
commit77dcc8acc26944a2414bc4b9763272d1207121cb (patch)
treea5ae534ca71ab50a61bebdedbb564e1711b7ef6a
parent424b52b1cd95f12c66997b85bd4a86896086bb54 (diff)
fix
-rw-r--r--dotfiles/zsh/zshrc_d/utils.source.zsh6
1 files changed, 1 insertions, 5 deletions
diff --git a/dotfiles/zsh/zshrc_d/utils.source.zsh b/dotfiles/zsh/zshrc_d/utils.source.zsh
index 336afa2..740115d 100644
--- a/dotfiles/zsh/zshrc_d/utils.source.zsh
+++ b/dotfiles/zsh/zshrc_d/utils.source.zsh
@@ -438,7 +438,7 @@ elif [ -f /usr/share/fzf/shell/key-bindings.zsh ]; then
source /usr/share/fzf/shell/key-bindings.zsh
fi
-# tv (television)
+# tv (television) fuzzy finder
tv::git () {
cd $(tv git-repos)
zle accept-line
@@ -459,7 +459,3 @@ tv::text () {
}
zle -N tv::text
bindkey -M viins '^x' tv::text
-<<<<<<< HEAD
-
-=======
->>>>>>> afa49348257597a6087692d0f80a80ccf8ea2273