Browse Source

fasd: use xdg-open in o alias back again

Fixes #6314
Marc Cornellà 5 years ago
parent
commit
69e637c355
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/fasd/fasd.plugin.zsh

+ 1 - 1
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