From ad7b220594b4cb1a24781aaf2e515039871a72f7 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sun, 26 Jul 2020 10:00:48 +0200 Subject: [PATCH] add emacs bin to path --- config/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zshrc b/config/zshrc index 32749a0..e2471ee 100644 --- a/config/zshrc +++ b/config/zshrc @@ -1,6 +1,6 @@ # Path to your oh-my-zsh configuration. export DOTFILES=$HOME/.dotfiles -export PATH=$HOME/.local/bin:$HOME/.mix/escripts:$PATH +export PATH=$HOME/.local/bin:$HOME/.mix/escripts:$HOME/.emacs.d/bin:$PATH if [[ -n $SSH_CONNECTION ]]; then export EDITOR='vim'