Compare commits

...

3 Commits

3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
if (( ${+commands[go-task]} )); then
alias task=go-task
fi

View File

@ -1,3 +1,3 @@
if (( ! ${+commands[kubectl]} )); then
if (( ${+commands[kubectl]} )); then
alias k=kubectl
fi

View File

@ -0,0 +1,3 @@
if (( ${+commands[direnv]} )); then
eval "$(direnv hook zsh)"
fi