Skip to content

Commit

Permalink
rename os_ubu
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Mar 31, 2023
1 parent 48958d7 commit 71eda3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down
File renamed without changes.

0 comments on commit 71eda3f

Please sign in to comment.