From 913fa4c2cc0f80657b77fe2ff4759ff6e029cbea Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 26 Sep 2025 16:43:24 +0200 Subject: [PATCH] Add entity operator completion and tiup, remove cal alias --- dotfiles/.bash_aliases | 1 - dotfiles/.bashrc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases index a602010..339d660 100644 --- a/dotfiles/.bash_aliases +++ b/dotfiles/.bash_aliases @@ -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" diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 21f7765..7fbcf42 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -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