about summary refs log tree commit diff stats
path: root/profile/defaults.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 12:24:24 -0600
committerCase Duckworth2023-01-30 12:24:24 -0600
commit21fac388f96806e234c6c354a35b40ea7d8076a6 (patch)
treeff1cd529556f93b04fe08c4025cc60d7198ca077 /profile/defaults.sh
parentBootstrap! (diff)
downloadetc-21fac388f96806e234c6c354a35b40ea7d8076a6.tar.gz
etc-21fac388f96806e234c6c354a35b40ea7d8076a6.zip
Profile!
Diffstat (limited to 'profile/defaults.sh')
-rw-r--r--profile/defaults.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/profile/defaults.sh b/profile/defaults.sh index 4ee51d2..c158df5 100644 --- a/profile/defaults.sh +++ b/profile/defaults.sh
@@ -1,7 +1,5 @@
1# Default programs 1# Default programs
2 2
3export EDITOR="$(which emacsclient) -nc" 3export EDITOR="$(which em)" # emacs but like, better-er
4export ALTERNATE_EDITOR= 4export ALTERNATE_EDITOR=
5export VISUAL="$EDITOR" 5export VISUAL="$EDITOR"
6
7alias e="$EDITOR"