more aliases, and no more say, sorry keenan

This commit is contained in:
Tyrel Souza 2019-03-22 15:44:24 -04:00
parent 3c25b92909
commit 0f4eb3be78
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0
3 changed files with 10 additions and 1 deletions

View File

@ -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"

View File

@ -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"

8
bin/watercooler.sh Executable file
View File

@ -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