vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
adfba80d3e
commit
065f69dd3b
2 changed files with 16 additions and 0 deletions
4
.zshrc
4
.zshrc
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue