mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
usage note: delete history (#201)
This commit is contained in:
parent
53ad70b668
commit
b752980939
11
INSTALL.md
11
INSTALL.md
@ -75,6 +75,17 @@ command:
|
||||
eval $(gpg-agent --daemon --write-env-file "${HOME}/.gpg-agent-info")
|
||||
```
|
||||
|
||||
### Deleting history
|
||||
|
||||
To improve deniability one has to avoid that tomb commands are
|
||||
recorded in the shell history. In order to do so the
|
||||
`HISTIGNORESPACE=1` environment setting of Zsh comes handy. Anywhere
|
||||
in the `.zshrc` put:
|
||||
```
|
||||
export HISTIGNORESPACE=1
|
||||
alias tomb=' tomb'
|
||||
```
|
||||
|
||||
|
||||
# Advanced usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user