fasd: use xdg-open in o alias back again

Fixes #6314
This commit is contained in:
Marc Cornellà 2018-09-03 17:13:18 +02:00 committed by GitHub
parent e416990442
commit 69e637c355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ if [ $commands[fasd] ]; then # check if fasd is installed
unset fasd_cache
alias v="f -e \"$EDITOR\""
alias o='a -e open_command'
alias o='a -e xdg-open'
alias j='zz'
fi