We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filetypes.sh
1 parent 97f34ab commit 7726196Copy full SHA for 7726196
scripts/filetypes.sh
@@ -3,9 +3,7 @@
3
# Iterate over the elements of icons_by_file_extension and check if there are missed filetypes.
4
# $VIMRUNTIME specifies neovim runtime path, defaults to "/usr/share/nvim/runtime" if unset.
5
6
-if [ -z "${VIMRUNTIME}" ]; then
7
- export VIMRUNTIME="/usr/share/nvim/runtime"
8
-fi
+: "${VIMRUNTIME:=/usr/share/nvim/runtime}"
9
10
exit_value=0
11
0 commit comments