Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
69e637c3
Unverified
Commit
69e637c3
authored
Sep 03, 2018
by
Marc Cornellà
Committed by
GitHub
Sep 03, 2018
Browse files
fasd: use xdg-open in o alias back again
Fixes #6314
parent
e4169904
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/fasd/fasd.plugin.zsh
View file @
69e637c3
...
@@ -7,6 +7,6 @@ if [ $commands[fasd] ]; then # check if fasd is installed
...
@@ -7,6 +7,6 @@ if [ $commands[fasd] ]; then # check if fasd is installed
unset
fasd_cache
unset
fasd_cache
alias
v
=
"f -e
\"
$EDITOR
\"
"
alias
v
=
"f -e
\"
$EDITOR
\"
"
alias
o
=
'a -e open
_command
'
alias
o
=
'a -e
xdg-
open'
alias
j
=
'zz'
alias
j
=
'zz'
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment