From 71bf2d1ccac34f77dad8c4c2c75ee889219e9a02 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 7 Apr 2024 15:39:57 -0800 Subject: [PATCH] deadname removal --- p11k.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p11k.el b/p11k.el index 6af6eda..4061acb 100644 --- a/p11k.el +++ b/p11k.el @@ -1,8 +1,8 @@ ;;; p11k.el --- PowerLevel10k prompt for Eshell -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Mitchell Marquez +;; Copyright (C) 2023 Miranda Marquez -;; Author: Mitchell Marquez +;; Author: Miranda Marquez ;; Keywords: terminals, convenience, faces ;; Package-Requires: ((dash) (all-the-icons) (eshell-prompt-extras) (f) (shrink-path))