Download:
child 97:79307dbefc45
parent 95:9376314be253
96:26ebff3bf824
Anton Shestakov <engored@ya.ru>, Thu, 21 May 2015 16:21:12 +0800
.bashrc: keychain, if present

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
.bashrc file | annotate | diff | comparison | revisions
--- a/.bashrc Thu May 21 15:30:08 2015 +0800
+++ b/.bashrc Thu May 21 16:21:12 2015 +0800
@@ -22,6 +22,8 @@
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
+[ -x /usr/bin/keychain ] && eval "$(keychain --eval --quiet)"
+
[[ $COLORTERM == 'xfce4-terminal' ]] && export TERM=xterm-256color
if [ -f ~/.bash_aliases ]; then