Skip to content

Commit

Permalink
Add aliases for family guy and office quick watching
Browse files Browse the repository at this point in the history
  • Loading branch information
TechNickAI committed May 17, 2023
1 parent 6c3cd7b commit e58976c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .my_mac_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ alias ip='dig +short myip.opendns.com @resolver1.opendns.com'
alias localip="ipconfig getifaddr en0"
alias randpick='jot -r 1 1'
alias agp="ag -G '.py'"
alias family_guy="find ~/Dropbox/Watch/Family\ Guy/ -type f -print0 | sort -zR | head -n 1 | xargs -0 vlc -f --play-and-exit"
alias office="find ~/Dropbox/Watch/The\ Office/ -type f -print0 | sort -zR | head -n 1 | xargs -0 vlc -f --play-and-exit"

#### Functions
function commit_link() {
Expand Down

0 comments on commit e58976c

Please sign in to comment.