Fix vim options
This commit is contained in:
parent
965308c321
commit
d333116d7d
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue