summary refs log tree commit diff stats
path: root/users
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-05-05 19:07:10 +0200
committersils <sils@sils.li>2023-05-05 19:07:10 +0200
commit136c1f95d24e007d9395b131853222189c6b1928 (patch)
tree62a8d15594aa0aca6be151ba4ffcc50df5701965 /users
parentFeat(sys/users): Remove cnnr (diff)
downloadnix-config-136c1f95d24e007d9395b131853222189c6b1928.tar.gz
nix-config-136c1f95d24e007d9395b131853222189c6b1928.zip
Feat(u/sils/zsh): Remove old zshrc
Diffstat (limited to 'users')
-rw-r--r--users/sils/zsh/config/zshrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/sils/zsh/config/zshrc b/users/sils/zsh/config/zshrc
deleted file mode 100644
index fe6cadb..0000000
--- a/users/sils/zsh/config/zshrc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc.
-# Initialization code that may require console input (password prompts, [y/n]
-# confirmations, etc.) must go above this block; everything else may go below.
-if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
-  source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
-fi
-
-# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh.
-[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh