From: Andrew Lorimer Date: Wed, 8 Aug 2018 08:57:56 +0000 (+1000) Subject: add larry-specific aliases to zshrc X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/1de98ac8040f1dc49be228bc2e29dfd83c84704a add larry-specific aliases to zshrc --- diff --git a/zsh/.zshrc b/zsh/.zshrc index c6cb5db..9f1b381 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -45,3 +45,8 @@ plugins=(git) source $ZSH/oh-my-zsh.sh +# --- +# Aliases +# --- +alias preview='op() { open -a Preview $(realpath "$@") ;}; op' +alias chromium="open -a Google\ Chrome"