From 3113e6afc08f133d653089d923c525b8ff67ce99 Mon Sep 17 00:00:00 2001 From: Terminator X Date: Sun, 5 Sep 2021 16:10:40 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts.md b/Concepts.md index 9805b12..f1edfde 100644 --- a/Concepts.md +++ b/Concepts.md @@ -233,7 +233,7 @@ The handy REPL command prompt ] understands environment variables (li The native command prompt remembers only the last executed command in the current session. To access and use the shell's history add a shell function similar to: -``` +```sh h () { fzf <~/shell-specific_history_file | tr -d '\n' | xsel -bi