From 6475b15d700969a78f064df045b3af371e0e9c93 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Tue, 15 Jul 2025 11:10:55 +0200 Subject: [PATCH] Source hcloud bash completions in bashrc --- bash/dot-bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/dot-bashrc b/bash/dot-bashrc index fc6c1cf..3e52d5e 100644 --- a/bash/dot-bashrc +++ b/bash/dot-bashrc @@ -149,4 +149,8 @@ alias ghcs="gh copilot suggest" # alias fcd='cd "$(dirname "$(fzf)")"' alias st='systemctl-tui' +# BEGIN hcloud +source <(hcloud completion bash) +# END hcloud + source /home/seb/.config/broot/launcher/bash/br