aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_profile (unfollow)
Commit message (Collapse)Author
2018-06-04.bash_profile: clean upEgor Tensin
2018-06-04attempt to organize stuff properlyEgor Tensin
bash-independent stuff should go to .profile, which is what I'm trying to do. I'm not sure about how correct all of this is, a few bashisms were ought to creep in.
2018-06-04move ssh-related stuff to ssh.shEgor Tensin
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh.
2018-06-04spawn_ssh_agent: refactoringEgor Tensin
2018-06-04spawn_ssh_agent: add a commentEgor Tensin
2018-06-04spawn_ssh_agent: save variables to ~/.ssh_agent.shEgor Tensin
2016-11-07bugfix & code styleEgor Tensin
2016-11-05bugfix & code styleEgor Tensin
2016-10-29spawn_ssh_agent: call on UbuntuEgor Tensin
2016-10-29bugfix & code styleEgor Tensin
2016-10-28remove more dead code from bash dotfilesEgor Tensin
2016-10-08code styleEgor Tensin
2016-10-06mustn't be a repository anymoreEgor Tensin
2016-08-13fix ShellCheck warningsEgor Tensin
2016-07-19spawn_ssh_agent: bugfixEgor Tensin
2016-07-14merge upstream bash-related dotfilesEgor Tensin
2016-07-07spawn_ssh_agent: command instead of whichEgor Tensin