Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions home/dot_config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ style = 'yellow'
threshold = 66
style = 'dimmed green'

[kubernetes]
disabled = false

[custom.chezmoi_diff]
description = 'Size of the current "chezmoi diff" output'
command = 'cat ~/.cache/chezmoi-diff-count'
Expand Down
4 changes: 2 additions & 2 deletions home/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ alias grep='egrep --color=auto'
alias h=history
alias j=jobs
alias k=kubectl
alias kns=kubens
alias kctx=kubectx
alias kctx='kubert ctx'
alias kns='kubert ns'
alias la='ls -A'
alias lla='ll -A'
alias lld='ls -ld *(-/DN)'
Expand Down