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
Oh My Zsh
Commits
9ad9ac69
Commit
9ad9ac69
authored
May 21, 2016
by
Alexander Berezovsky
Committed by
Robby Russell
May 21, 2016
Browse files
Change vim command to $EDITOR for consistency (#5063)
parent
670a470a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/fasd/fasd.plugin.zsh
View file @
9ad9ac69
...
...
@@ -6,6 +6,6 @@ if [ $commands[fasd] ]; then # check if fasd is installed
source
"
$fasd_cache
"
unset
fasd_cache
alias
v
=
'
f -e
vim'
alias
v
=
"
f -e
$EDITOR
"
alias
o
=
'a -e open_command'
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