Update kshrc and .zshrc to rely on master rc file like profile files
This commit is contained in:
2
src_files/.config/ksh/kshrc
Normal file
2
src_files/.config/ksh/kshrc
Normal file
@@ -0,0 +1,2 @@
|
||||
[ -r "$XDG_CONFIG_HOME/profile" ] && . "$XDG_CONFIG_HOME/profile"
|
||||
[ -r "$XDG_CONFIG_HOME/rc" ] && . "$XDG_CONFIG_HOME/rc"
|
||||
Reference in New Issue
Block a user