diff --git a/bash_aliases b/bash_aliases index 2ed255c..3153290 100644 --- a/bash_aliases +++ b/bash_aliases @@ -1,6 +1,7 @@ #!/usr/local/bin/zsh # Aliases alias ag='\ag --pager="less"' +alias c='\cat' alias cat='bat' alias cg='cd "$(git rev-parse --show-toplevel)"' alias ctags="`brew --prefix`/bin/ctags" diff --git a/bin/water_reminder b/bin/water_reminder index 97b5176..6c92625 100755 --- a/bin/water_reminder +++ b/bin/water_reminder @@ -1,4 +1,4 @@ #!/bin/bash osascript -e "display notification \"Drink Water\" with title \"Drink Water\"" -say "drink water" +#say "[[volm 0.10]] drink water" diff --git a/bin/watercooler.sh b/bin/watercooler.sh new file mode 100755 index 0000000..60dd939 --- /dev/null +++ b/bin/watercooler.sh @@ -0,0 +1,8 @@ +#!/bin/bash +day=$(date +"%u") +if ((day == 5)); then + open https://zoom.us/j/476328355 +else + open https://zoom.us/j/730281448 +fi +