add larry-specific aliases to zshrc
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:57:56 +0000 (18:57 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 09:08:20 +0000 (19:08 +1000)
zsh/.zshrc
index 6caeb4a9f9d83c1227f566b7480de684daa0fe2f..d6a378ffe82606dd6b076569153b3854d8b4b6d8 100755 (executable)
@@ -48,3 +48,8 @@ plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
 
+# ---
+# Aliases
+# ---
+alias preview='op() { open -a Preview $(realpath "$@") ;}; op'
+alias chromium="open -a Google\ Chrome"