Skip to content

Commit bd14b8d

Browse files
committed
Anotate documentation with bash codeblocks
1 parent b646c6c commit bd14b8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/kickstart/os.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Print the current operational system name
33

44

55
### Example
6-
```
6+
7+
```bash
78
$ kickstart.os
89
Ubuntu
910
$ kickstart.os

docs/kickstart/profile/add_to_profile.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ It will add your file into the appropriate profile.d folder, depending of your O
66
Then it will add to the proper shell configuration file to source your `file.sh`
77

88
### Example
9-
```
9+
10+
```bash
1011
$ kickstart.profile.add_to_profile cabal.sh
1112
```

0 commit comments

Comments
 (0)