You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,20 @@ Afterwards, you should have a folder `.vscode-server` in your home directory.
29
29
30
30
## Usage
31
31
32
-
Set up an alias for `code`, pointing to `code_connect.py` by placing the following line in your shell's rcfile. That's it, you can now use `code` the usual way.
32
+
Set up an alias for `code`, pointing to [`code_connect.py`](./functions/code_connect.py) by placing the following line in your shell's rcfile. That's it, you can now use `code` the usual way.
33
33
34
34
```bash
35
35
alias code="/path/to/code_connect.py"
36
36
```
37
37
38
38
- For **bash**, use `~/.bashrc`.
39
39
40
-
- For **fish**, use `~/.config/fish/config.fish`.
40
+
- For [**fish**](https://fishshell.com/), use `~/.config/fish/config.fish`.
41
41
42
-
Fish users can alternatively install a [plugin](https://github.com/chvolkmann/code-connect-fish-plugin) with the [fisher plugin manager](https://github.com/jorgebucaran/fisher).
42
+
Fish users can use [fisher](https://github.com/jorgebucaran/fisher) for an automatic install
0 commit comments