Skip to content

Commit

Permalink
dmenu: add path to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fsareshwala committed May 29, 2020
1 parent d9b9329 commit 27da072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dmenu_path
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

export PATH=/home/fsareshwala/code/dmenu:${PATH}

cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
cache="$cachedir/dmenu_run"

Expand Down
1 change: 1 addition & 0 deletions dmenu_run
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
export PATH=/home/fsareshwala/code/dmenu:${PATH}
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &

0 comments on commit 27da072

Please sign in to comment.