From d25fcdbc0297816e56faf1685bf73d00192cace0 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 5 Sep 2021 16:10:06 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Concepts.md b/Concepts.md index 26939cd..9805b12 100644 --- a/Concepts.md +++ b/Concepts.md @@ -236,11 +236,11 @@ The native command prompt remembers only the last executed command in the curren ``` h () { - fzf <~/.zsh_history | tr -d '\n' | xsel -bi + fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi } ``` -Then paste the selected command at the prompt using Ctrl-Sihft-V, optionally edit and run. +Then paste the selected command at the prompt using Ctrl-Shift-V, optionally edit and run. All binary questions are confirmed by y or Y.