Don't source shellrc or aliases

This commit is contained in:
Joey Hafner 2024-09-12 14:18:45 -07:00
parent 7616bb3dfe
commit cfbdcd72f6
No known key found for this signature in database

View File

@ -1,8 +1,5 @@
# .zshrc
source ${0:a:h}/.shellrc
source ${0:a:h}/.aliases
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.