mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
linux tweaks
This commit is contained in:
parent
3c0cd1acb1
commit
9be443814c
3 changed files with 4 additions and 3 deletions
|
|
@ -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
4
shell/ssh
Executable file → Normal 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue