diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-02-10 23:52:45 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-02-10 23:52:45 +1300 |
commit | 5520549245ce27438b37e5aa91cd86762efc0a33 (patch) | |
tree | 960ae607d172afa349e14bbc72f31476fbe1f8e4 /sh/profile.d/editor.sh | |
parent | Use explicit if for condition (diff) | |
download | dotfiles-5520549245ce27438b37e5aa91cd86762efc0a33.tar.gz dotfiles-5520549245ce27438b37e5aa91cd86762efc0a33.zip |
Remove some unnecessary quotes
Diffstat (limited to 'sh/profile.d/editor.sh')
-rw-r--r-- | sh/profile.d/editor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh index eaebf3bd..92535aeb 100644 --- a/sh/profile.d/editor.sh +++ b/sh/profile.d/editor.sh @@ -1,5 +1,5 @@ # Set editor -EDITOR='vi' +EDITOR=vi VISUAL=$EDITOR export EDITOR VISUAL |