Add custom dircolors
This commit is contained in:
parent
b1616e56a5
commit
8b0f43437a
3 changed files with 200 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -150,6 +150,9 @@ fi
|
|||
|
||||
# Customizations
|
||||
|
||||
# Custom dircolors
|
||||
[ -f ~/.dircolors ] && eval "$(dircolors ~/.dircolors)"
|
||||
|
||||
# Kubernetes
|
||||
export EDITOR=nano
|
||||
alias k9=k9s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue