Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 22 lines 555 B view raw
1diff --git a/src/wslu-header b/src/wslu-header 2index 5f33925..159c6af 100644 3--- a/src/wslu-header 4+++ b/src/wslu-header 5@@ -169,11 +169,17 @@ if [ -f "$HOME/.config/wslu/conf" ]; then 6 debug_echo "$HOME/.config/wslu/conf found, sourcing" 7 source "$HOME/.config/wslu/conf" 8 fi 9+ 10 if [ -f "$HOME/.wslurc" ]; then 11 debug_echo "$HOME/.wslurc found, sourcing" 12 source "$HOME/.wslurc" 13 fi 14 15+if [ -f "@out@/share/wslu/conf" ]; then 16+ debug_echo "@out@/share/wslu/conf found, sourcing" 17+ source "@out@/share/wslu/conf" 18+fi 19+ 20 # functions 21 22 function help {