Allow entering vifm in pwd with vmm alias
vifm enters last open dirs by default. vmm alias opens vifm with the pwd as the opened dir instead. Passing along arbitrary paths to vm also opens vifm there.
This commit is contained in:
parent
a736a107df
commit
95c3305cbb
2 changed files with 6 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ mkfifo "$FIFO_UEBERZUG" >/dev/null
|
|||
trap cleanup EXIT 2>/dev/null
|
||||
tail --follow "$FIFO_UEBERZUG" | ueberzug layer --silent --parser bash 2>&1 >/dev/null &
|
||||
|
||||
vifm
|
||||
vifm $1
|
||||
cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue