In WSL use op.exe as op if found
This commit is contained in:
parent
715014ed3d
commit
8215f1ebbd
2
zshrc
2
zshrc
@ -185,6 +185,8 @@ command -v ssh &> /dev/null && \
|
|||||||
alias ssh='TERM=xterm-256color ssh'
|
alias ssh='TERM=xterm-256color ssh'
|
||||||
alias weather="curl wttr.in"
|
alias weather="curl wttr.in"
|
||||||
alias cls="clear && printf '\e[3J'"
|
alias cls="clear && printf '\e[3J'"
|
||||||
|
command -v op.exe &> /dev/null && \
|
||||||
|
alias op="`command -v op.exe`"
|
||||||
|
|
||||||
case `uname` in
|
case `uname` in
|
||||||
Linux)
|
Linux)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user