File bashrc of Package stack-validation-62
# QoL Settings
export PS1="\[\033[01;36m\]\u\[\033[31m\]@\[\033[01;36m\]\h:\[\033[33;31m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export EDITOR=vim
export PROMPT_DIRTRIM=2
# Aliases
alias ll='ls -al'
alias k=kubectl
# Source system-wide definitions if they exist
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi