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 specific set up.
|
||||||
PLATFORM="$(uname -s)"
|
PLATFORM="$(uname -s)"
|
||||||
if [[ "$PLATFORM" = "Linux" ]]; then
|
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 I_WANT_A_BROKEN_PS=1
|
||||||
export LYNX_CFG="$HOME/.lynx.cfg"
|
export LYNX_CFG="$HOME/.lynx.cfg"
|
||||||
export LYNX_LSS="$HOME/.lynx.lss"
|
export LYNX_LSS="$HOME/.lynx.lss"
|
||||||
|
|
|
||||||
12
.dir_colors
12
.dir_colors
|
|
@ -67,11 +67,9 @@ TERM xterm-debian
|
||||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||||
NORMAL 00 # Global default.
|
NORMAL 00 # Global default.
|
||||||
FILE 00 # Normal file.
|
FILE 00 # Normal file.
|
||||||
# RESET 0 # reset to "normal" color
|
|
||||||
DIR 01;34 # Directory.
|
DIR 01;34 # Directory.
|
||||||
LINK 01;36 # Symbolic link. Set to 'target' instead of a
|
LINK 01;36 # Symbolic link. Set to 'target' instead of a
|
||||||
# value for the colour of the file pointed to.
|
# value for the colour of the file pointed to.
|
||||||
# HARDLINK 00 # Normal file with more than one name/link.
|
|
||||||
ORPHAN 00;31 # Symlink where target file does not exist.
|
ORPHAN 00;31 # Symlink where target file does not exist.
|
||||||
MISSING 00;31 # Non-existant target file of a symlink.
|
MISSING 00;31 # Non-existant target file of a symlink.
|
||||||
FIFO 00;33 # Pipe.
|
FIFO 00;33 # Pipe.
|
||||||
|
|
@ -82,11 +80,11 @@ CHR 00;33 # Character device.
|
||||||
EXEC 01;32 # File with any execute permission (+x).
|
EXEC 01;32 # File with any execute permission (+x).
|
||||||
SETUID 01;32;41 # File is setuid (u+s).
|
SETUID 01;32;41 # File is setuid (u+s).
|
||||||
SETGID 01;32;45 # File is setgid (g+s).
|
SETGID 01;32;45 # File is setgid (g+s).
|
||||||
CAPABILITY 01;32;44 # File is not setuid/setgid (ug-s) but has a
|
|
||||||
# limited privileged capability set configured.
|
|
||||||
OTHER_WRITABLE 34;41 # Dir is other-writable (o+w).
|
|
||||||
STICKY 34;42 # Dir is not other-writable and sticky (o-w,+t).
|
STICKY 34;42 # Dir is not other-writable and sticky (o-w,+t).
|
||||||
STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
||||||
|
OTHER_WRITABLE 34;41 # Dir is other-writable (o+w).
|
||||||
|
CAPABILITY 01;32;44 # File is not setuid/setgid (ug-s) but has a
|
||||||
|
# limited privileged capability set configured.
|
||||||
|
|
||||||
# File extensions that should be colourised.
|
# File extensions that should be colourised.
|
||||||
# Archives (bright red).
|
# Archives (bright red).
|
||||||
|
|
@ -154,8 +152,8 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
||||||
.TZ 01;31
|
.TZ 01;31
|
||||||
.tz2 01;31
|
.tz2 01;31
|
||||||
.TZ2 01;31
|
.TZ2 01;31
|
||||||
tzst 01;31
|
.tzst 01;31
|
||||||
TZST 01;31
|
.TZST 01;31
|
||||||
.xz 01;31
|
.xz 01;31
|
||||||
.XZ 01;31
|
.XZ 01;31
|
||||||
.z 01;31
|
.z 01;31
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue