From 1cf745c4a9cbef07adf1e413751f56dfc92e8011 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 5 Nov 2020 21:38:50 +0100 Subject: [PATCH] Add doom emacs to path --- dotfiles/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 721cd1a..023d672 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -111,3 +111,5 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +PATH="${PATH}:~/.emacs.d/bin"