From 26e540d95a8d408b5097b50504b976173d7cd382 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 11 Apr 2023 09:09:27 +0200 Subject: [PATCH] vimwiki: dth @ DK023900WSL --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index bb0f855..117a289 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ setup_brew: test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" # not too sure about this .bash_profile part - # slightly more sure about the ~/.profile + # slightly more sure about the ~/.profile part test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile