fix openwith in lf
This commit is contained in:
parent
0cb44c14d2
commit
600bf89d51
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ set promptfmt "\033[34;1m%u\033[36m@\033[34m%h \033[35m[\033[0;1m%d\033[35m]\033
|
|||
cmd open $set -f; rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -p 0 $fx; clear
|
||||
|
||||
cmd open-with ${{
|
||||
method=$(rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -l $fx | fzf)
|
||||
method=$(rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -l $fx | fzf | cut -d':' -f1)
|
||||
rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -p $method $fx
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue