From 10e3c7fc4a098c1c2be643b471874d7d11a092c2 Mon Sep 17 00:00:00 2001 From: oreodave Date: Fri, 1 Nov 2019 02:32:26 +0000 Subject: +e alias so emacsclient is easier to open Removed clang format file --- zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshenv b/zshenv index fc92e5d..b7724c6 100644 --- a/zshenv +++ b/zshenv @@ -6,8 +6,8 @@ export EDITOR="vim" export SHELL="zsh" alias yapf='python3 -m yapf' alias clip="xclip -sel clip" +alias e="emacsclient -c " alias paste="xclip -o" -alias clang-format="clang-format -style=file" export force_color_prompt=yes # Programming -- cgit v1.2.3-13-gbd6f