Add entity operator completion and tiup, remove cal alias

This commit is contained in:
Vladan Popovic 2025-09-26 16:43:24 +02:00
parent 87c31ee645
commit 913fa4c2cc
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,6 @@ alias myip="curl http://ip.ie.mk/get"
alias ls="ls --color"
alias grep="grep --color"
alias virsh="virsh --connect qemu:///system"
alias cal="cal -m"
alias genpasswd="strings /dev/urandom | tr -cd '12345!@#$%qwertQWERTasdfgASDFGzxcvbZXCVB' | head -c 32; echo"
alias du="dust -r"
alias jsonpp="python -m json.tool"

View file

@ -55,3 +55,7 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
fi
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
source '/home/vladanpopovic/.bash_completions/entity-operator.sh'
export PATH=/home/vladanpopovic/.tiup/bin:$PATH