Modifications, again
This commit is contained in:
parent
cb8ca9c904
commit
0952eab0de
5 changed files with 56 additions and 37 deletions
5
profile
5
profile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue