aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zprofile
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-27 01:32:59 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-27 01:32:59 +0100
commit9b2ef288e440c7942d0d2b1c09c0852c912d5ac0 (patch)
tree013b0546868e072c7ba8236160c5ed06fd243995 /Shell/.zprofile
parentad5cb2b50985da466ea30ae5a5b2eea07ba212b9 (diff)
downloaddotfiles-9b2ef288e440c7942d0d2b1c09c0852c912d5ac0.tar.gz
dotfiles-9b2ef288e440c7942d0d2b1c09c0852c912d5ac0.tar.bz2
dotfiles-9b2ef288e440c7942d0d2b1c09c0852c912d5ac0.zip
(Shell|XServer)~minor edits with indenting
(Shell)~propagate change to emacs service (no -s MAIN) and editing (XServer)~state explicit full path for lock script for ease of understanding (it's a user script, not some other program)
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r--Shell/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index be3e508..978c0a3 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -1,7 +1,7 @@
# .zprofile -*- mode: sh; lexical-binding: t; -*-
# Standard Variables
-export EDITOR='emacsclient -s MAIN -a "emacs" -c'
+export EDITOR='emacsclient -a "emacs" -c'
export EA_EDITOR=$EDITOR
export TERMINAL="alacritty"
export BROWSER="qutebrowser"