diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-01-15 11:58:24 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-01-15 12:27:21 +1300 |
commit | 332c91bea2ffb35b6b39722a70c93c248fb64c30 (patch) | |
tree | a6ea421334ce073b2f4bf24633dcfd8ced0a5dc8 /sh/profile.d/games.sh | |
parent | Explicitly ignore uninteresting tree(1) opts (diff) | |
download | dotfiles-332c91bea2ffb35b6b39722a70c93c248fb64c30.tar.gz dotfiles-332c91bea2ffb35b6b39722a70c93c248fb64c30.zip |
Quote EDITOR/VISUAL assignments for clarity
This appeases ShellCheck 0.4.7, which is fretting that I meant a command
expansion. I didn't, but it seems a bit nicer to quote these anyway.
In sh/profile.d/editor.sh line 4:
EDITOR=ed
^-- SC2209: Use var=$(command) to assign output (or quote to assign string).
In sh/profile.d/editor.sh line 22:
EDITOR=ex
^-- SC2209: Use var=$(command) to assign output (or quote to assign string).
In sh/profile.d/visual.sh line 2:
VISUAL=vi
^-- SC2209: Use var=$(command) to assign output (or quote to assign string).
Diffstat (limited to 'sh/profile.d/games.sh')
0 files changed, 0 insertions, 0 deletions