From ca6a853f3ab4994db3d45ba0677bdae1a1769ff6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 26 Oct 2025 11:23:05 +0530 Subject: Fix command-shell from config example to use eval --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 026a1ff..cee36d3 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ xclip -selection clipboard -t $(file --mime-type % -bL) -i % # Poor man's marks (mark directory by creating a binding) # m1 marks current directory and 1 jumps to that directory -m1 = """command-shell echo "map 1 cd %d" """ -m2 = """command-shell echo "map 2 cd %d" """ -m3 = """command-shell echo "map 3 cd %d" """ -m4 = """command-shell echo "map 4 cd %d" """ +m1 = """eval echo "map 1 cd %d" """ +m2 = """eval echo "map 2 cd %d" """ +m3 = """eval echo "map 3 cd %d" """ +m4 = """eval echo "map 4 cd %d" """ ``` -- cgit v1.3.1