vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-04-11 09:07:53 +02:00
parent 1b7b198b1b
commit e3f22bc4f3
3 changed files with 4 additions and 11 deletions

7
.zshrc
View file

@ -113,15 +113,8 @@ bindkey -v
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# make brew accessible
# OLD VERSION:
# if [ -d "$HOME/linuxbrew/.linuxbrew" ] ; then
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# fi
# NEW VERSION:
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
# set PATH so it includes user's private ~/.local/bin if it exists
# lvim is installed to this directory (at least on ubuntu)