diff --git a/zshrc b/zshrc index 80a2762..d66c357 100644 --- a/zshrc +++ b/zshrc @@ -185,6 +185,8 @@ command -v ssh &> /dev/null && \ alias ssh='TERM=xterm-256color ssh' alias weather="curl wttr.in" alias cls="clear && printf '\e[3J'" +command -v op.exe &> /dev/null && \ + alias op="`command -v op.exe`" case `uname` in Linux)