qemush : manière POSIX d'initialiser une variable si elle est vide
This commit is contained in:
parent
0da83df0a0
commit
11fa69c866
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
# Environment
|
||||
PATH="${HOME}/launchers:${HOME}/bin:${PATH}"
|
||||
EDITOR="${EDITOR:-nvim}"
|
||||
# I don't even know why shellcheck gives me this warning
|
||||
# shellcheck disable=2209
|
||||
[ -z "$EDITOR" ] && EDITOR=vi
|
||||
export QEMUSH_NAME
|
||||
|
||||
# Aliases
|
||||
|
|
Loading…
Reference in a new issue