diff --git a/.my_mac_zshrc b/.my_mac_zshrc index 458cafc..895d600 100644 --- a/.my_mac_zshrc +++ b/.my_mac_zshrc @@ -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() {