diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2025-08-08 16:20:35 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-03-05 11:34:48 -0700 |
| commit | 955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a (patch) | |
| tree | 02446c9fdc673794bcdbd19e7c7f2779dd322100 /zshrc | |
| parent | 95380088436ba5a4ae9b4cf9a11070a96246bc0c (diff) | |
| download | zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.tar.gz zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.tar.bz2 zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.zip | |
Minor change.s
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |