diff --git a/.zshrc b/.zshrc index cacc213..24f63df 100644 --- a/.zshrc +++ b/.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: