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