diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-21 16:00:27 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-21 16:00:27 +0200 |
| commit | e0bd28ee2886e14119208b3a05e0dd48fb3531ae (patch) | |
| tree | 35423c42e123c6d1882d7b9cf6f567b01b5887db /scripts/.scripts/execute_shell.sh | |
| parent | e845dae21c63af9a015d7a095d66624ca011fe12 (diff) | |
| download | dotfiles-e0bd28ee2886e14119208b3a05e0dd48fb3531ae.tar.xz dotfiles-e0bd28ee2886e14119208b3a05e0dd48fb3531ae.zip | |
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
Diffstat (limited to 'scripts/.scripts/execute_shell.sh')
| -rwxr-xr-x | scripts/.scripts/execute_shell.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
