much config. such changes. wow
This commit is contained in:
parent
6944bc9884
commit
603d1b687c
16 changed files with 942 additions and 174 deletions
11
bash_profile
Normal file
11
bash_profile
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||
eval `ssh-agent -s`
|
||||
ssh-add
|
||||
fi
|
||||
date -R > ~/.date
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
Loading…
Add table
Add a link
Reference in a new issue