ohmyzsh-custom/preferences.zsh

6 lines
226 B
Bash
Raw Normal View History

2024-09-30 15:28:24 -04:00
# Ignore these file extensions in tab completions
fignore=(.class)
# Set env vars according to the installed programs
2024-12-07 14:03:13 -05:00
nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!" && export PAGER="nvim +Man!"