Ignore certain files in tab completion

This commit is contained in:
powermaker450 2024-09-30 15:28:24 -04:00
parent d04959bacb
commit 0f8d6fa859

View file

@ -1 +1,5 @@
# Ignore these file extensions in tab completions
fignore=(.class)
# Set env vars according to the installed programs
nvim -v 2>&1 >/dev/null && export EDITOR=nvim