From 4065b9e083e5e72eb2cb79394b6e1a449d0da335 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 31 Dec 2022 23:17:18 +0330 Subject: update --- bin/run_with_dmenu.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/run_with_dmenu.sh') diff --git a/bin/run_with_dmenu.sh b/bin/run_with_dmenu.sh index 8fda128..08580ca 100755 --- a/bin/run_with_dmenu.sh +++ b/bin/run_with_dmenu.sh @@ -1,4 +1,5 @@ #!/usr/bin/env zsh +# shellcheck source=../zshrc_stripped.sh . ~/scripts/zshrc_stripped.sh COMMAND=$(echo "" | dmenu -fn "DejaVuSansMono Nerd Font Mono-11.3;antialias=true;autohint=true" -l 20 -p "Quick Term:") RESULT=$(eval "$COMMAND") -- cgit v1.2.3