vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2022-09-09 13:24:15 +02:00
parent 3a19ab2eaf
commit 448bbc59da
3 changed files with 9 additions and 2 deletions

3
.zshrc
View file

@ -120,3 +120,6 @@ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
alias pbpaste="powershell.exe -noprofile Get-Clipboard"
alias pbcopy="clip.exe"