mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 22:53:43 +00:00
chore: tweaks and reworked README
This commit is contained in:
@@ -139,7 +139,7 @@ weather()
|
||||
}
|
||||
|
||||
# Docker
|
||||
ssh-docker()
|
||||
ssh_docker()
|
||||
{
|
||||
docker exec -it "$@" bash
|
||||
}
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user