From 3a457db8e4a5ed4a7d17291f4f2656e45110c637 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 17 Feb 2022 10:04:10 +0100 Subject: [PATCH] Gitignore mac p10k zsh config --- zsh/.gitignore | 1 + zsh/{.p10k.mac.zsh => .p10k.mac.zsh.example} | 0 2 files changed, 1 insertion(+) rename zsh/{.p10k.mac.zsh => .p10k.mac.zsh.example} (100%) diff --git a/zsh/.gitignore b/zsh/.gitignore index 57238b6..3c2ac79 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -1,2 +1,3 @@ .*_config* !.*_config*.example +.p10k.mac.zsh diff --git a/zsh/.p10k.mac.zsh b/zsh/.p10k.mac.zsh.example similarity index 100% rename from zsh/.p10k.mac.zsh rename to zsh/.p10k.mac.zsh.example