We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3537e commit c066820Copy full SHA for c066820
registry/coder-labs/modules/gemini/scripts/install.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
BOLD='\033[0;1m'
4
-
+source "$HOME"/.bashrc
5
command_exists() {
6
command -v "$1" > /dev/null 2>&1
7
}
0 commit comments