fasd: use xdg-open in o alias back again

Fixes #6314
master
Marc Cornellà 8 years ago committed by GitHub
parent e416990442
commit 69e637c355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/fasd/fasd.plugin.zsh

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

Loading…
Cancel
Save