sekrit: don't define a default SEKRIT_GPG_ID
And abort operation if no SEKRIT_GPG_ID is provided.
This commit is contained in:
parent
1839a100f6
commit
a7c8d5e369
3 changed files with 9 additions and 4 deletions
|
@ -19,6 +19,9 @@ export EDITOR PAGER VISUAL
|
|||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
SEKRIT_GPG_ID=sekrit_key
|
||||
export SEKRIT_GPG_ID
|
||||
|
||||
alias cp="cp -i"
|
||||
alias l="ls -F"
|
||||
alias la="ls -aF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue