1
0
Fork 0
dotfiles/.local/bin/opener

7 lines
115 B
Plaintext
Raw Normal View History

2024-02-01 00:33:30 +01:00
#!/bin/sh
[ -n "$SCRATCHPAD" ] && set -- -ft "$@"
set -- -p0 -c "$XDG_CONFIG_HOME/lf/rifle.conf" "$@"
rifle "$@"