mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 12:48:01 +00:00
Add aws autocompletion at .zshrc
This commit is contained in:
parent
404ce6eab6
commit
f0193ba1ab
4
.zshrc
4
.zshrc
@ -62,3 +62,7 @@ bindkey '^H' fzf-file-widget-hidden
|
|||||||
if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then
|
if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then
|
||||||
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Autocompletion
|
||||||
|
|
||||||
|
source /usr/bin/aws_zsh_completer.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user