diff --git a/.bashrc b/.bashrc index 94b7950..5699632 100644 --- a/.bashrc +++ b/.bashrc @@ -46,6 +46,11 @@ Darwin) Linux) # for some reason I find this welcome string more annoying on Linux ;; +MSYS_NT-10.0-22000) + # I don't actually have any MSYS-specific settings yet but probably will at + # some point + echo "Using MSYS bash settings." + ;; *) echo "No platform-specific bash settings are enabled." ;; @@ -55,6 +60,7 @@ alias tree="tree -C" alias ls="ls --color=auto" if [ -f "$HOME/.localrc" ]; then + echo "Using machine-specific settings from "$HOME/.localrc"" source "$HOME/.localrc" fi