Skip to content

Commit

Permalink
feat(aliases): add 1password alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Apr 26, 2021
1 parent 8289e6e commit 57b0f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/shells/common/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ alias dant='ANT_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,a

alias weather='curl wttr.in\?1F'

alias op-login='eval $(op signin my.1password.com)'

# Load any local shell aliases

if [ -f ~/.local_shell_aliases ]; then
Expand Down

0 comments on commit 57b0f4c

Please sign in to comment.