Commit 9ad9ac69 authored by Alexander Berezovsky's avatar Alexander Berezovsky Committed by Robby Russell
Browse files

Change vim command to $EDITOR for consistency (#5063)

parent 670a470a
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment