Skip to content

Commit

Permalink
Tilda -> $HOME, clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
starcraftman committed Oct 19, 2015
1 parent e0b6c0e commit 7c378a3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run these commands in order to demonstrate pakit.

**Write User Config**

Writes the default config to a file in home, default: `~/.pakit.yml`
Writes the default config to a file in home, default: `$HOME/.pakit.yml`

```bash
pakit --create-conf
Expand Down Expand Up @@ -91,7 +91,7 @@ pakit --list
Now to demonstrate configuration, let us change `ag` from building from the
last `stable` release to the latest commit (i.e. `unstable`).

Edit your `~/.pakit.yml` file and add the following line at the end. Save and exit.
Edit your `$HOME/.pakit.yml` file and add the following line at the end. Save and exit.

```yaml
ag:
Expand Down
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Short opts in order: -i -u -r -l -a -s -c -d

## Configuration

File config by a YAML file, default at `~/.pakit.yml`.
File config by a YAML file, default at `$HOME/.pakit.yml`.

```yaml
# Default options passed to all recipes self.opts, can be overwridden by specific opts.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export PATH=/tmp/pakit/links/bin:$PATH
```

The above exports will only last for the terminal session.
To make them permanent for bash, edit `~/.bashrc` or `~/.bash_aliases`.
To make them permanent for bash, edit `$HOME/.bashrc` or `$HOME/.bash_aliases`.

## More Information

Expand Down
2 changes: 1 addition & 1 deletion docs/man.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Options
List available recipes, output is very terse

-c, --conf CONF
Use CONF file instead of default (~/.pakit.yml)
Use CONF file instead of default ($HOME/.pakit.yml)

--create-conf
Write the default configuration to CONF
Expand Down
2 changes: 1 addition & 1 deletion pakit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- *pakit.task* for all high level tasks like installing and updating.
Configuration is done by YAML file in your $HOME folder.
The default is `~/.pakit.yml`.
The default is `$HOME/.pakit.yml`.
"""
from __future__ import absolute_import

Expand Down
8 changes: 4 additions & 4 deletions pakit/extra/pakit.1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ List available recipes, output is very terse
.INDENT 0.0
.TP
.B \-c, \-\-conf CONF
Use CONF file instead of default (~/.pakit.yml)
Use CONF file instead of default ($HOME/.pakit.yml)
.UNINDENT
.INDENT 0.0
.TP
Expand Down Expand Up @@ -204,11 +204,11 @@ Setting \fBunstable\fP here overrides the value of \fIpakit.defaults.repo\fP\&.
To get more information...
.INDENT 0.0
.IP \(bu 2
\(gapakit \-\-help\(ga
pakit \-\-help
.IP \(bu 2
\(gaman pakit_recipes\(ga
man pakit_recipes
.IP \(bu 2
\(gapydoc pakit\(ga
pydoc pakit
.UNINDENT
.SH AUTHOR
Jeremy Pallats/starcraft.man
Expand Down

0 comments on commit 7c378a3

Please sign in to comment.