mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-12 05:27:22 +02:00
7 lines
116 B
Bash
7 lines
116 B
Bash
#MSYS
|
|
if [[ "$(uname -s)" =~ ^MSYS_NT.* ]]; then
|
|
export MSYS=winsymlinks:nativestrict
|
|
fi
|
|
|
|
|
|
__MATERUS_HM_ZSH=1 |