more aliases, and no more say, sorry keenan
This commit is contained in:
parent
3c25b92909
commit
0f4eb3be78
@ -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"
|
||||
|
@ -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
8
bin/watercooler.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user