File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ $ SVDIR=~/service sv restart gpg-agent
4444ok: run: gpg-agent: (pid 19818) 0s
4545```
4646
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.
47+ It may be convenient to adapt the above example to a shell alias such as
48+ ` svl="SVDIR=~/service sv" ` for your user shell. This makes management of user
49+ services trivial.
You can’t perform that action at this time.
0 commit comments