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

11 lines
299 B
Bash
Executable file

#!/bin/sh
term=
[ -n "$SCRATCHPAD" ] && { set -- -ft "$@"; term="$TERMCMD -e"; }
# HACK: workaround for an nvim --embed bug
[ "$(rifle -c "$XDG_CONFIG_HOME/lf/rifle.conf" | head -1 | cut -d ':' -f 2)" = "editor" ] && $term vim "$@"
set -- -p0 -c "$XDG_CONFIG_HOME/lf/rifle.conf" "$@"
rifle "$@"