This website works better with JavaScript.
Explore
Help
Register
Sign In
krrishg
/
dmenu-krrish
Watch
1
Star
0
Fork
You've already forked dmenu-krrish
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
dmenu_run: use $SHELL
master
Connor Lane Smith
13 years ago
parent
3f9b10c86a
commit
942199ccd0
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
dmenu_run
2
dmenu_run
Unescape
Escape
View File
@ -12,4 +12,4 @@ fi
else
else
dmenu "$@" < "$cache"
dmenu "$@" < "$cache"
fi
fi
) | exec sh
) | exec
${SHELL:-"/bin/
sh
"}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
krrishg/dmenu-krrish
Title
Body
Create Issue