diff --git a/README.md b/README.md index f5e4296d..68fde20b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ See more OS-independent helpers [lib/os_any.bash](lib/os_any.bash) folder. * `deb_install_url`: fetch and install a deb package. * `gnome_sanity`: enable dark mode, disable animations, clean taskbar (e.g., small icons), uninstall pre-installed and not used apps (e.g., weather, news, calendar, solitaire). -See more linux helpers in [lib/os_linux.bash](lib/os_linux.bash). +See more linux helpers in [lib/os_ubu.bash](lib/os_ubu.bash). ### mac diff --git a/init.sh b/init.sh index 8c451f84..6517de14 100644 --- a/init.sh +++ b/init.sh @@ -14,7 +14,7 @@ msys*) alias ghostscript='gswin64.exe' ;; linux*) - source "$BH_LIB/os_linux.bash" + source "$BH_LIB/os_ubu.bash" if [[ -n $WSL_DISTRO_NAME ]]; then source "$BH_LIB/os_win.bash"; fi ;; darwin*) diff --git a/lib/os_linux.bash b/lib/os_ubu.bash similarity index 100% rename from lib/os_linux.bash rename to lib/os_ubu.bash