Add entity operator completion and tiup, remove cal alias
This commit is contained in:
parent
87c31ee645
commit
913fa4c2cc
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue