Handle lxterminal per host config in .bash_profile.
This commit is contained in:
parent
d1fe541ae9
commit
caf4118021
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ if [[ "$PLATFORM" = "Linux" ]]; then
|
||||||
unset GPG_SOCK_DIR
|
unset GPG_SOCK_DIR
|
||||||
}
|
}
|
||||||
hash gpg-connect-agent >/dev/null 2>&1 && gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
hash gpg-connect-agent >/dev/null 2>&1 && gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
||||||
|
[[ ! -e "$HOME/.config/lxterminal/lxterminal.conf" ]] && (
|
||||||
|
cd "$HOME/.config/lxterminal"
|
||||||
|
[[ -e "lxterminal.conf-${HOSTNAME%%.*}" ]] && ln -sf "lxterminal.conf-${HOSTNAME%%.*}" "lxterminal.conf"
|
||||||
|
)
|
||||||
elif [[ "$PLATFORM" = "Darwin" ]]; then
|
elif [[ "$PLATFORM" = "Darwin" ]]; then
|
||||||
export LSCOLORS="ExGxdxdxCxDxDxbcacbeae"
|
export LSCOLORS="ExGxdxdxCxDxDxbcacbeae"
|
||||||
export MANPAGER="less -Mis -PM'Page %dt$'"
|
export MANPAGER="less -Mis -PM'Page %dt$'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue