summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/zsh/functions.zsh')
-rw-r--r--config/essentials/zsh/functions.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh
index dcf0f7c..3243750 100644
--- a/config/essentials/zsh/functions.zsh
+++ b/config/essentials/zsh/functions.zsh
@@ -86,13 +86,6 @@ clip () {
fi
}
-fzh () {
- choice="$(tac $HOME/.config/zsh/histfile | fzf)"
- test -z "${choice}" && return
- echo "${choice}" >> "${HOME}/.config/zsh/histfile"
- eval "${choice}"
-}
-
unzipp () {
file=$1
shift