Skip to content

Commit

Permalink
Remove unnecessary aws alias
Browse files Browse the repository at this point in the history
Looks like this is no longer necessary: https://developer.1password.com/docs/cli/shell-plugins/aws/

i.e. this is now handled automatically by:

```sh
source "$HOME/.config/op/plugins.sh"
```
  • Loading branch information
AlecRust committed Nov 7, 2023
1 parent 404c626 commit cc86d56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dotfiles/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ alias cat="bat --paging=never"
# bottom (top replacement)
alias top="btm"

# Overrides to use 1Password CLI to load env vars
# https://developer.1password.com/docs/cli/authenticate-clis/
alias aws="op run --env-file=\$HOME/.config/op/aws.env -- aws"

# Reload the shell
alias reload="source ~/.zshrc"

Expand Down

0 comments on commit cc86d56

Please sign in to comment.