Skip to content

Commit cd8e921

Browse files
committed
user-services: suggest variable instead of alias.
1 parent ac88948 commit cd8e921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/services/user-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ $ SVDIR=~/service sv restart gpg-agent
4444
ok: run: gpg-agent: (pid 19818) 0s
4545
```
4646

47-
It may be convenient to adapt the above example to a shell alias such as
48-
`svl="SVDIR=~/service sv"`. This makes management of user services trivial.
47+
It may be convenient to export the `SVDIR=~/service` variable in your shell
48+
profile.

0 commit comments

Comments
 (0)