Fix vim options

This commit is contained in:
Blallo 2024-02-06 18:14:28 +01:00
parent 965308c321
commit d333116d7d
No known key found for this signature in database
GPG key ID: C530464EEDCF489A

4
.zshrc
View file

@ -428,8 +428,6 @@ function ,pkfr() {
# pkpr : extract clipboard content sent using the pkfr command
alias ,pkpr='piknik -paste | tar xzpvf -'
# vim: set ft=zsh et sw=0 ts=2 sts=0:
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
@ -437,3 +435,5 @@ alias ,pkpr='piknik -paste | tar xzpvf -'
if ! [ -z $ZSHDEBUG ]; then
zprof
fi
# vim: set ft=zsh et sw=0 ts=2 sts=0: