edit(exports)

This commit is contained in:
thek4n 2024-04-26 08:22:50 +03:00
parent 62d9cc825c
commit 68ecd37fac

View File

@ -3,7 +3,7 @@
umask 022 umask 022
export EDITOR="nvim" export EDITOR="nvim"
export VISUAL="nvim" export VISUAL="$EDITOR"
export PAGER="less" export PAGER="less"
export LESS="-nMiSRx4 -# 1 -+X -+F" export LESS="-nMiSRx4 -# 1 -+X -+F"