From 955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 8 Aug 2025 16:20:35 -0600 Subject: Minor change.s --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 440baa5..128d530 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,11 @@ # Loads the other files in order. This file should not be touched. It is used # simply as a way to load the other files in the .zshrc.d folder. +source /etc/profile + for f in $HOME/.zshrc.d/*.zsh ; do source "$f" done || true + +[ -f "/home/rahm/.ghcup/env" ] && . "/home/rahm/.ghcup/env" # ghcup-env +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit