vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2023-04-11 22:01:32 +02:00
parent adfba80d3e
commit 065f69dd3b
2 changed files with 16 additions and 0 deletions

4
.zshrc
View file

@ -122,6 +122,10 @@ if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
# for poetry
fpath+=~/.zfunc
autoload -Uz compinit && compinit
alias pbpaste="powershell.exe -noprofile Get-Clipboard"
alias pbcopy="clip.exe"