File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Run the following command in your terminal to download and install pine.
11
11
12
12
If you are using bash:
13
13
``` shell
14
- git clone https://github.com/suyashmahar/pine.git $HOME /pine && echo ' export PATH="$HOME/pine:$PATH"' >> $HOME /.bashrc && source $HOME /.bashrc
14
+ git clone https://github.com/suyashmahar/pine.git " $HOME /pine" && echo ' export PATH="$HOME/pine:$PATH"' >> " $HOME /.bashrc" && source " $HOME /.bashrc"
15
15
```
16
16
17
17
If you are using zsh:
18
18
``` shell
19
- git clone https://github.com/suyashmahar/pine.git $HOME /pine && echo ' export PATH="$HOME/pine:$PATH"' >> $HOME /.zshrc && source $HOME /.zshrc
19
+ git clone https://github.com/suyashmahar/pine.git " $HOME /pine" && echo ' export PATH="$HOME/pine:$PATH"' >> " $HOME /.zshrc" && source " $HOME /.zshrc"
20
20
```
21
21
22
22
Usage
You can’t perform that action at this time.
0 commit comments