From 17235038a300a966a6faa54462e3edfc37ff1f62 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 23 Dec 2024 15:56:48 +0100 Subject: [PATCH] [zsh] Ignore .p10k.zsh --- zsh/.gitignore | 2 +- zsh/.p10k.zsh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 zsh/.p10k.zsh diff --git a/zsh/.gitignore b/zsh/.gitignore index a41be81..c996f61 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -1,4 +1,4 @@ .*_config* !.*_config*.example -.p10k.mac.zsh +.p10k.zsh antigen/ diff --git a/zsh/.p10k.zsh b/zsh/.p10k.zsh deleted file mode 120000 index 4b31f92..0000000 --- a/zsh/.p10k.zsh +++ /dev/null @@ -1 +0,0 @@ -/Users/ising/dotfiles/zsh/.p10k.zsh_mac.example \ No newline at end of file