.
This commit is contained in:
parent
4b984c4508
commit
b25ece6f69
8
.bashrc
8
.bashrc
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
export LIBVIRT_DEFAULT_URI="qemu:///system"
|
||||
export HISTSIZE=-1
|
||||
export HISTFILESIZE=-1
|
||||
@ -20,8 +21,11 @@ if [[ ! "$SSH_AUTH_SOCK" ]]; then
|
||||
eval "$(<"$XDG_RUNTIME_DIR/ssh-agent.env")"
|
||||
fi
|
||||
|
||||
[[ -x "$(command -v kubectl)" ]] && source <(kubectl completion bash)
|
||||
[[ -x "$(command -v helm)" ]] && source <(helm completion bash)
|
||||
if [[ -d "$HOME"/.bash_completions.d ]];then
|
||||
for file in "$HOME"/.bash_completions.d/*.sh;do
|
||||
source "$file"
|
||||
done
|
||||
fi
|
||||
|
||||
# PS1 Prompt
|
||||
[[ -f "$HOME/.functions/ps1.sh" ]] && source "$HOME/.functions/ps1.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user