Skip to content

Commit

Permalink
user-services: suggest variable instead of alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Aug 18, 2020
1 parent ac88948 commit cd8e921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/services/user-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ $ SVDIR=~/service sv restart gpg-agent
ok: run: gpg-agent: (pid 19818) 0s
```

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

0 comments on commit cd8e921

Please sign in to comment.