vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-04-11 09:09:27 +02:00
parent 55c55d7193
commit 26e540d95a

View file

@ -25,7 +25,7 @@ setup_brew:
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# not too sure about this .bash_profile part # 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 test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile