Update kshrc and .zshrc to rely on master rc file like profile files

This commit is contained in:
2025-11-16 01:48:35 -06:00
parent 5481306e0d
commit e5195542ef
4 changed files with 71 additions and 67 deletions

View File

@@ -0,0 +1,2 @@
[ -r "$XDG_CONFIG_HOME/profile" ] && . "$XDG_CONFIG_HOME/profile"
[ -r "$XDG_CONFIG_HOME/rc" ] && . "$XDG_CONFIG_HOME/rc"