From 1417bcd9514d8183c94914a93930d91dcdec31c0 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 14 May 2023 19:34:39 +0300 Subject: shells: Add emacsclient as $EDITOR and $GIT_EDITOR --- shells.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shells.org') diff --git a/shells.org b/shells.org index 88707b5..8244b3f 100755 --- a/shells.org +++ b/shells.org @@ -29,7 +29,7 @@ # weather alias weather="curl wttr.in" - alias ls='ls -la' + alias ls='ls -la --color' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' @@ -56,6 +56,9 @@ export SHELL export PATH + export EDITOR="emacsclient" + export GIT_EDITOR="emacsclient" + if [[ $- != *i* ]] then -- cgit v1.2.3