dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 7bcf30a43718397cc86f11eccf39bbe11d7316c4
parent 5f89cf0e03dfa3f2aa6e664969dbc2b5a50b293b
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Thu,  1 Jun 2023 19:08:27 +0200

bash: Helm completion alias

Diffstat:
M.bash_aliases | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.bash_aliases b/.bash_aliases @@ -13,6 +13,7 @@ alias grep='grep --color=auto' alias k='kubectl' alias kcomp='. <(kubectl completion bash)' alias ocomp='. <(oc completion bash)' +alias hcomp='. <(helm completion bash)' alias findt='sudo find / -path /timeshift -prune -o' alias timeshiftsync='/home/anders/Scripts/timeshiftsync.sh' #alias vifm='/home/anders/.config/vifm/scripts/vifmrun'