Ignore certain files in tab completion
This commit is contained in:
parent
d04959bacb
commit
0f8d6fa859
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue