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:
Marty Oehme 2019-07-08 22:04:52 +02:00
parent a736a107df
commit 95c3305cbb
2 changed files with 6 additions and 1 deletions

View file

@ -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