From e0bd28ee2886e14119208b3a05e0dd48fb3531ae Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 21 Dec 2023 16:00:27 +0200 Subject: Added two new bindkeys in zsh to go up and own the history using C-k and C-j instead of C-p and C-n --- scripts/.scripts/execute_shell.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/.scripts/execute_shell.sh (limited to 'scripts/.scripts/execute_shell.sh') diff --git a/scripts/.scripts/execute_shell.sh b/scripts/.scripts/execute_shell.sh new file mode 100755 index 0000000..538f222 --- /dev/null +++ b/scripts/.scripts/execute_shell.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +cmd=$(: | dmenu -p "command") +# quality=$(echo -e "1080p\n720p\n480p\n360p" | dmenu -i -l 4) + +sh -c "$cmd" -- cgit v1.2.3