chore: tweaks and reworked README

This commit is contained in:
2024-07-17 09:40:53 +03:00
parent 7bc7921a17
commit a919d9544e
4 changed files with 66 additions and 51 deletions

View File

@@ -139,7 +139,7 @@ weather()
}
# Docker
ssh-docker()
ssh_docker()
{
docker exec -it "$@" bash
}

View File

@@ -37,7 +37,7 @@ have()
# function to run dark-notify and change alacritty theme
# it uses flock to prevent running multiple instances
# install flock with `brew install flock` on macOS
function darknotify-alacritty
function darknotify_alacritty
{
have flock && [[ -f /tmp/dark-notify-alacritty.lock ]] && return
have dark-notify && {
@@ -48,7 +48,7 @@ function darknotify-alacritty
return 0
}
darknotify-alacritty
darknotify_alacritty
brew_installed()
{