Skip to content

Commit e076f46

Browse files
committed
Don't use ```bash in README
1 parent 0c26c02 commit e076f46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You must be in a tmux session to install.
2222

2323
You can install this via the command-line with either curl
2424

25-
```bash
25+
```
2626
$ curl -L https://git.io/vJAz3 | sh
2727
```
2828

2929
or wget
3030

31-
```bash
31+
```
3232
$ wget https://git.io/vJAz3 -O - | sh
3333
```
3434

@@ -47,7 +47,7 @@ $ wget https://git.io/vJAz3 -O - | sh
4747

4848
3. Install with
4949

50-
```bash
50+
```
5151
$ ~/.tmux/plugins/tpm/bin/install_plugins
5252
$ ~/.tmux/plugins/tpm/bin/install_plugins
5353
```
@@ -90,7 +90,7 @@ You can customize this configuration or manage your own in the same way.
9090

9191
Here is an example of a command you can use to make replacements:
9292

93-
```bash
93+
```
9494
$ git ls-files -z | xargs -0 sed -i 's/rxrc\/tmuxrc/username\/tmuxrc/g'
9595
```
9696

@@ -102,26 +102,26 @@ which will install the local development files to the plugin path.
102102
First, follow the normal install steps if you haven't already.
103103
Then, install the development dependences via [npm] with
104104

105-
```bash
105+
```
106106
$ npm install
107107
```
108108

109109
While in a tmux session, enter development mode with
110110

111-
```bash
111+
```
112112
$ npm run dev
113113
```
114114

115115
After entering development mode,
116116
have gulp watch for changes with
117117

118-
```bash
118+
```
119119
$ npm run watch
120120
```
121121

122122
To switch out of development mode run
123123

124-
```bash
124+
```
125125
$ npm run nodev
126126
```
127127

0 commit comments

Comments
 (0)