Compare commits
4 Commits
f6c794ce03
...
972a4c7c57
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
972a4c7c57 | ||
|
|
5c867f47f4 | ||
|
|
d56de74334 | ||
|
|
bf6d1f5ef9 |
21
activate.sh
21
activate.sh
@@ -1,21 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Bash completion
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# kubectl completion
|
||||
if command -v kubectl &> /dev/null; then
|
||||
eval "$(kubectl completion bash)"
|
||||
fi
|
||||
|
||||
# talosctl completion
|
||||
if command -v talosctl &> /dev/null; then
|
||||
eval "$(talosctl completion bash)"
|
||||
fi
|
||||
|
||||
# wild completion
|
||||
if command -v wild &> /dev/null; then
|
||||
eval "$(wild completion bash)"
|
||||
fi
|
||||
fi
|
||||
|
||||
source <(wild instance env)
|
||||
9
docs/branding.md
Normal file
9
docs/branding.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Branding
|
||||
|
||||
## Colors
|
||||
|
||||
fd9631 (gold)
|
||||
fd6331 (burn orange)
|
||||
a49ffa (baby blue)
|
||||
d06463 (peach)
|
||||
ca95c8 (lilac)
|
||||
Submodule wild-cloud updated: afa39a9786...07bb8f83ef
Submodule wild-directory updated: ebc19a9595...c837d04f95
Reference in New Issue
Block a user