Skip to content

Commit

Permalink
Add terraform plugin and atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
YusufMahtab committed May 13, 2024
1 parent 1bb16f2 commit aed23af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ HIST_STAMPS="mm/dd/yyyy"
plugins=(
aws
poetry
terraform
zoxide
zsh-autosuggestions
)
Expand Down Expand Up @@ -67,7 +68,7 @@ update_dotfiles() {
}

countdown () {
for i in `seq $1 -1 1`; do
for i in `seq $1 -1 1`; do
echo -ne "\r$i ";
sleep 1;
done
Expand Down Expand Up @@ -218,3 +219,7 @@ export GPG_TTY=$(tty) # GPG key
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" # iTerm2
source ~/.okta_creds # Okta
source ~/.artifactory # Artifactory
eval "$(fzf --zsh)" # fzf
eval "$(atuin init zsh --disable-up-arrow)" # atuin
source ~/.confluent_staging # Confluent Cloud
export CC_HEADER=$(echo -n "$CC_KEY:$CC_SECRET" | base64)

0 comments on commit aed23af

Please sign in to comment.