linux tweaks

This commit is contained in:
Loic Nageleisen 2014-08-14 09:29:51 +02:00
parent 3c0cd1acb1
commit 9be443814c
3 changed files with 4 additions and 3 deletions

View file

@ -58,7 +58,7 @@ xterm*multiScroll: true
xterm*toolBar: false
xterm*termName: xterm-256color
!xterm*loginShell: true
xterm*loginShell: true
! Zenburn
!xterm*scrollBar*background: #3f3f3f

View file

@ -5,3 +5,4 @@ export GREP_OPTIONS CLICOLOR
# gnome terminal knows colors
[[ "$COLORTERM" == "gnome-terminal" ]] && export TERM=xterm-256color
[[ "$COLORTERM" == "xfce4-terminal" ]] && export TERM=xterm-256color

4
shell/ssh Executable file → Normal file
View file

@ -1,6 +1,6 @@
# ssh keychain, if no agent set
if [ -z "$SSH_AUTH_SOCK" ]; then
if which keychain 2>&1 >/dev/null; then
eval $(keychain --eval --agents ssh -Q --quiet id_rsa)
if which envoy 2>&1 >/dev/null; then
source <(envoy -p)
fi
fi