Use vim as the default editor.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
@ -63,6 +63,9 @@ UNDERLINE="$(tput sgr 0 1)"
|
||||
INVERT="$(tput sgr 1 0)"
|
||||
NOCOLOR="$(tput sgr0)"
|
||||
|
||||
# vim is default editor
|
||||
export EDITOR=`which vim`
|
||||
|
||||
# Load prompt and aliases
|
||||
for file in ~/dotfiles/includes/bash_{prompt,aliases,functions,git}.bash; do
|
||||
[ -r "$file" ] && source "$file"
|
||||
@ -97,9 +100,6 @@ function _tamia_autocomplete() {
|
||||
}
|
||||
command -v yo >/dev/null 2>&1 && complete -F _tamia_autocomplete tm
|
||||
|
||||
# Nano is default editor
|
||||
export EDITOR='nano'
|
||||
|
||||
# Tell ls to be colourful
|
||||
export CLICOLOR=1
|
||||
|
||||
|
Reference in New Issue
Block a user