Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create .bashrc in labVM #275

Open
ondrejsika opened this issue Jun 13, 2023 · 1 comment
Open

create .bashrc in labVM #275

ondrejsika opened this issue Jun 13, 2023 · 1 comment

Comments

@ondrejsika
Copy link
Owner

root@lab0 ~/lab$ cat ~/.zshrc                                                                                
export ZSH="$HOME/.oh-my-zsh"
plugins=(git kube-ps1)
ZSH_THEME=alanpeabody
source $ZSH/oh-my-zsh.sh
alias ondrejsika=". /root/.ondrejsika-dotfiles/core/zshrc"
source <(slu completion zsh)
source <(training-cli completion zsh)
source <(kubectl completion zsh)
source <(helm completion zsh)
alias k=kubectl
alias kx=kubectx
alias kn=kubens
alias w="watch -n 0.3 "
alias dra="slu s dra"
root@lab0 ~/lab$                                                                                             
@ondrejsika
Copy link
Owner Author

source <(slu completion bash)
source <(training-cli completion bash)
source <(kubectl completion bash)
source <(helm completion bash)
alias k=kubectl
alias kx=kubectx
alias kn=kubens
alias w="watch -n 0.3 "
alias dra="slu s dra"                                                                                       

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant