Andrew's git
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add larry-specific aliases to zshrc
[dotfiles.git]
/
zsh
/
.zshrc
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index c6cb5db3b7177fbd9f2b56f44b8c2a814185123c..9f1b381f83993cb6bf144773e4b8855c8eee6f14 100755
(executable)
--- 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"