Skip to content

Commit 514d264

Browse files
committed
gum command
1 parent 6339c59 commit 514d264

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

commands/web/gum

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
#ddev-generated
4+
## Description: Run gum in the web container
5+
## Usage: gum
6+
## Example: "ddev gum"
7+
## ExecRaw: true
8+
## HostWorkingDir: true
9+
10+
gum "$@"

install.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ project_files:
44
- homeadditions/.bashrc.d/pimp-my-shell.sh
55
- config.pimp-my-shell.yaml
66
- commands/web/ahoy
7+
- commands/web/gum
78
- homeadditions/.local/share/bash-completion/completions/ahoy
89
- homeadditions/.config/starship.toml

0 commit comments

Comments
 (0)