This commit is contained in:
Geoffrey Frogeye 2018-11-24 13:45:14 +01:00
parent f9849dfcfa
commit 84967eac60
27 changed files with 180 additions and 25 deletions

View file

@ -5,8 +5,5 @@
# SSH agent
[[ -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 ] && source ~/.bashrc