mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore: minor tweaks to zshrc
This commit is contained in:
4
zshrc
4
zshrc
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user