aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run_with_dmenu.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-31 19:47:18 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-31 19:47:18 +0000
commit4065b9e083e5e72eb2cb79394b6e1a449d0da335 (patch)
tree3bf59e16d18b967c28ed60853159dae45cde0a52 /bin/run_with_dmenu.sh
parentupdate (diff)
downloadscripts-4065b9e083e5e72eb2cb79394b6e1a449d0da335.tar.gz
scripts-4065b9e083e5e72eb2cb79394b6e1a449d0da335.zip
update
Diffstat (limited to 'bin/run_with_dmenu.sh')
-rwxr-xr-xbin/run_with_dmenu.sh1
1 files changed, 1 insertions, 0 deletions
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")