From f1af2ddef3148988621b7caa15b210ea0d377087 Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 2 Jan 2020 01:26:55 +0000 Subject: [PATCH] Updated profile iimacs setup. --- wsl-setup.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wsl-setup.org b/wsl-setup.org index 3b62b15..8b0a751 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -239,10 +239,12 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ # Clone iimacs from github git clone --recursive https://github.com/iimacs/.emacs.d ~/.iimacs.d ~/ - # Add the following entries to .bashrc - echo 'IIMACS=~/.iimacs.d' | tee -a ~/.bashrc - echo 'PATH=${IIMACS}/bin:${PATH}' | tee -a ~/.bashrc - echo 'EMACSLOADPATH=${IIMACS}:' | tee -a ~/.bashrc + # This ensures ii tooling is added to emacs + cat <