File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ packages you need for different projects as you navigate in your shell.
99echo ' eval "$(pkgx dev --shellcode)"' >> ~ /.zshrc
1010```
1111
12+ We support bashlike shells (adapt the rc file above). Fish support is welcome,
13+ but I don’t understand Fish so please PR!
14+
1215> [ !NOTE]
1316>
1417> ` pkgx ` is a required dependency.
@@ -20,6 +23,20 @@ echo 'eval "$(pkgx dev --shellcode)"' >> ~/.zshrc
2023> [! TIP]
2124> If you like, preview the shellcode: ` pkgx dev --shellcode` .
2225
26+ > [! TIP]
27+ >
28+ > # ## Try Before You ` vi`
29+ >
30+ > Modifying your ` shell.rc` can be… intimidating. If you just want to try
31+ > ` dev` out (temporarily) before ` :wq` you can do:
32+ >
33+ > ` ` ` sh
34+ > $ cd my-project
35+ > $ eval " $( pkgx dev) "
36+ > ` ` `
37+ >
38+ > The devenv will only exist for the duration of your shell session.
39+
2340# # Usage
2441
2542` ` ` sh
You can’t perform that action at this time.
0 commit comments