diff options
-rw-r--r-- | home/xyz/.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 0418e6f2..49c4c51e 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -21,6 +21,9 @@ export HISTSIZE=15000 export HISTFILESIZE=15000 export HISTCONTROL=ignorespace +# sqlite uses VISUAL for the edit() SQL function default text editor +# https://sqlite.org/cli.html +export VISUAL=nvim export EDITOR=nvim export PAGER=less # -X seems can keep the output if exit less? |