diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc index 7755643..7b89e6d 100644 --- a/home/.bashrc +++ b/home/.bashrc | |||
@@ -27,6 +27,13 @@ PATH=$PATH:$HOME/bin | |||
27 | 27 | ||
28 | 28 | ||
29 | ######################################################################## | 29 | ######################################################################## |
30 | ## GPG | ||
31 | ######################################################################## | ||
32 | GPG_TTY=$(tty) | ||
33 | export GPG_TTY | ||
34 | |||
35 | |||
36 | ######################################################################## | ||
30 | ## Bash completion | 37 | ## Bash completion |
31 | ######################################################################## | 38 | ######################################################################## |
32 | [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \ | 39 | [[ $PS1 && -f /usr/local/share/bash-completion/bash_completion.sh ]] \ |