Modifications, again

This commit is contained in:
Geoffrey Frogeye 2017-02-12 15:14:51 +01:00
parent cb8ca9c904
commit 0952eab0de
5 changed files with 56 additions and 37 deletions

View file

@ -3,11 +3,10 @@
#
# SSH agent
[ -z "$SSH_AUTH_SOCK" ] && eval `ssh-agent -s` &> /dev/null
[[ -z "$SSH_AUTH_SOCK" && -x "$(which ssh-agent)" ]] && eval `ssh-agent -s` &> /dev/null
# TTY Colors
[ -f "$HOME/.config/linuxColors.sh" ] && . "$HOME/.config/linuxColors.sh"
# Bashrc
#[ -f ~/.bashrc ] && . ~/.bashrc
# TODO Is this really useful?
[ -f ~/.bashrc ] && . ~/.bashrc