Commit message (Collapse) | Author | ||
---|---|---|---|
2020-02-16 | add StackOverflow link to .bash_profile | Egor Tensin | |
2018-06-04 | .bash_profile: clean up | Egor Tensin | |
2018-06-04 | attempt to organize stuff properly | Egor 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-04 | move ssh-related stuff to ssh.sh | Egor 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-04 | spawn_ssh_agent: refactoring | Egor Tensin | |
2018-06-04 | spawn_ssh_agent: add a comment | Egor Tensin | |
2018-06-04 | spawn_ssh_agent: save variables to ~/.ssh_agent.sh | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
2016-11-05 | bugfix & code style | Egor Tensin | |
2016-10-29 | spawn_ssh_agent: call on Ubuntu | Egor Tensin | |
2016-10-29 | bugfix & code style | Egor Tensin | |
2016-10-28 | remove more dead code from bash dotfiles | Egor Tensin | |
2016-10-08 | code style | Egor Tensin | |
2016-10-06 | mustn't be a repository anymore | Egor Tensin | |
2016-08-13 | fix ShellCheck warnings | Egor Tensin | |
2016-07-19 | spawn_ssh_agent: bugfix | Egor Tensin | |
2016-07-14 | merge upstream bash-related dotfiles | Egor Tensin | |
2016-07-07 | spawn_ssh_agent: command instead of which | Egor Tensin | |