commit 714a350f91c9e4b26bd3395787be5f76e8421395 parent 5bc43a463ca066b91bdbcd3ac5f3f7ec9c7515a4 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 3 May 2024 16:03:34 -0500 bash: added FCEDIT environment variable Diffstat:
| M | .bash_profile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.bash_profile b/.bash_profile @@ -1,5 +1,6 @@ export VISUAL="emacs -nw" export EDITOR="ed" +export FCEDIT="$VISUAL" export PAGER=less export LANG=en_US.UTF-8 export BROWSER=elinks