We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e05aec commit 698c01dCopy full SHA for 698c01d
1 file changed
src/config/services/user-services.md
@@ -44,12 +44,6 @@ $ SVDIR=~/service sv restart gpg-agent
44
ok: run: gpg-agent: (pid 19818) 0s
45
```
46
47
-For your convenience, an alias for local service management may be added to your
48
-shell's init script. If the default Bash shell is used, add the following line
49
-to the `~/.bashrc` file:
50
-
51
-... alias svl="SVDIR=~/service sv" ...
52
53
-Local services may now be managed using the alias `svl`. It will accept all the
54
-same arugments that vanilla [sv](./index.md#basic-usage) does, but `svl` will
55
-check the user services directory instead.
+It may be convenient to adapt the above example to a shell alias such as
+`svl="SVDIR=~/service sv"` for your user shell. This makes management of user
+services trivial.
0 commit comments