Quiet gpg agent start. Update .dir_colors.
This commit is contained in:
parent
a5d8f0f7fb
commit
b49f6a0642
2 changed files with 6 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ hash lesspipe >/dev/null 2>&1 && eval "$(SHELL=/bin/sh lesspipe)"
|
|||
# Platform specific set up.
|
||||
PLATFORM="$(uname -s)"
|
||||
if [[ "$PLATFORM" = "Linux" ]]; then
|
||||
export GPG_TTY="$(tty)" && gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
export GPG_TTY="$(tty)" && gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
||||
export I_WANT_A_BROKEN_PS=1
|
||||
export LYNX_CFG="$HOME/.lynx.cfg"
|
||||
export LYNX_LSS="$HOME/.lynx.lss"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue