chore: minor tweaks to zshrc

This commit is contained in:
2021-08-30 22:55:24 +01:00
parent 4b2d163f7d
commit 908ea4236f

4
zshrc
View File

@@ -14,7 +14,7 @@ fi
# ============================================================================== # ==============================================================================
command-exists() { command-exists() {
command -v "$1" &> /dev/null (( ${+commands[$1]} ))
return $? return $?
} }
@@ -118,8 +118,8 @@ source "$DOTZSH/rclone.zsh"
source "$DOTZSH/tmux.zsh" source "$DOTZSH/tmux.zsh"
# Development # Development
source "$DOTZSH/docker.zsh"
source "$DOTZSH/direnv.zsh" source "$DOTZSH/direnv.zsh"
source "$DOTZSH/docker.zsh"
source "$DOTZSH/golang.zsh" source "$DOTZSH/golang.zsh"
source "$DOTZSH/google-cloud.zsh" source "$DOTZSH/google-cloud.zsh"
source "$DOTZSH/kubernetes.zsh" source "$DOTZSH/kubernetes.zsh"