aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-26 00:14:11 -0400
committertdro <tdro@users.noreply.github.com>2020-08-26 00:14:11 -0400
commit0b60a87f7aa5e0130a0a83cd1995ede451fe5e11 (patch)
treee45ef836ade7851fb03d691d94ace3e9516796a4 /.local
parent0863b74a8962024e2eb79cfbc0cf2ff2a2b43b33 (diff)
downloaddotfiles-0b60a87f7aa5e0130a0a83cd1995ede451fe5e11.tar.gz
dotfiles-0b60a87f7aa5e0130a0a83cd1995ede451fe5e11.tar.bz2
dotfiles-0b60a87f7aa5e0130a0a83cd1995ede451fe5e11.zip
.local/bin/dmenu_run_history: Add source
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/dmenu_run_history2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/dmenu_run_history b/.local/bin/dmenu_run_history
index eb06af1..22c03cf 100755
--- a/.local/bin/dmenu_run_history
+++ b/.local/bin/dmenu_run_history
@@ -1,5 +1,7 @@
#!/bin/sh
+# https://tools.suckless.org/dmenu/scripts/
+
cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"}
if [ -d "$cachedir" ]; then
cache=$cachedir/dmenu_run