aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run_with_dmenu.sh
diff options
context:
space:
mode:
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")