Fixing a minor issue.

This commit is contained in:
Derek Taylor
2021-04-25 18:24:22 -05:00
parent fa5fc11530
commit 0b6a9882bc
8 changed files with 19 additions and 5 deletions
+3
View File
@@ -11,6 +11,9 @@ export HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
### EXPORTS for dmscripts
export DMTERM="emacsclient -c -a emacs"
### SET MANPAGER
### Uncomment only one of these!