From 29cf7601c58f7bc32730e6162eeec0ce6b8d0d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 20 Apr 2021 09:31:03 +0200 Subject: [PATCH] add emacs bin to path --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 3bf77d9..8b6652e 100755 --- a/.zshrc +++ b/.zshrc @@ -14,6 +14,10 @@ if [ -d "$HOME/bin" ] ; then chmod u+x $HOME/bin/* fi +if [ -d "$HOME/.emacs.d/bin" ] ; then + export PATH="$HOME/.emacs.d/bin:$PATH" +fi + autoload -Uz compinit compinit