From 22ada64f36a696494368efa15723e95301f1470a Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 25 Jun 2022 11:14:48 -0600 Subject: [PATCH] Add emacs alias to config.fish --- openbsd/home/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsd/home/config.fish b/openbsd/home/config.fish index 8cb2e4e..a5dc1d4 100644 --- a/openbsd/home/config.fish +++ b/openbsd/home/config.fish @@ -1,3 +1,4 @@ if status is-interactive set -U fish_greeting end +alias emacs="emacs --no-x-resources"