aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile (unfollow)
Commit message (Collapse)Author
2024-09-24nnn: fix the list of archive formatsEgor Tensin
I do have atool, and it handle a lot more than the default list.
2023-12-09switch to egor@tensin.nameEgor Tensin
2023-08-15.profile: remove chruby configurationEgor Tensin
Switched to rbenv completely a long time ago.
2023-08-15.profile: remove ssh-agent configurationEgor Tensin
I haven't actually used it in forever; this is a good candidate for a revert though.
2023-05-21.profile: add the normal sed to PATH on macOSEgor Tensin
2023-03-01bash: group settings, add separatorsEgor Tensin
2023-02-15.profile: add brew's unversioned python symlinksEgor Tensin
2023-01-25.profile: setup brewEgor Tensin
2023-01-16nnn: add bookmarksEgor Tensin
2023-01-01nnn: don't auto-enter directoriesEgor Tensin
2022-04-02bash: best practices & lintingEgor Tensin
2022-04-01rename the projectEgor Tensin
2021-09-06.profile: remove obsolete commentEgor Tensin
2021-05-28.profile: setup pyenvEgor Tensin
2021-04-28.profile: setup rbenvEgor Tensin
2020-12-17nnn: don't show dotfiles by defaultEgor Tensin
2020-12-17fzf: fd --no-ignore-vcsEgor Tensin
2020-12-14add nnn configurationEgor Tensin
2020-05-18.profile: fix spawn_ssh_agentEgor Tensin
I recently had to deal with a system that doesn't have systemd (Alpine), and it used this "deprecated" way of launching ssh-agent. It didn't work with agent forwarding though: the local agent would be launched regardless, somehow overriding the forwarded agent. This is fixed by testing if SSH_AUTH_SOCK (instead of SSH_AGENT_PID) is defined, and it is defined for agent-forwarded ssh sessions. It remains to be seen how this interacts with systems that use the systemd unit to launch ssh-agent.
2020-05-04.profile: setup chrubyEgor Tensin
2020-02-16.profile: add Rust binaries to PATHEgor Tensin
2018-06-08python_setup: add user-base/bin if it doesn't existEgor Tensin
2018-06-06.profile: don't add paths with : in them to PATHEgor Tensin
2018-06-05add ssh-agent systemd unitEgor Tensin
2018-06-04add commentsEgor Tensin
2018-06-04ssh.sh: move to .profileEgor 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-04remove .profileEgor Tensin
2018-05-30.profile: more POSIX sh-compatibleEgor Tensin
2017-08-22.profile: fix on Linux MintEgor Tensin
2016-11-07bugfix & code styleEgor Tensin
2016-10-29bugfix & code styleEgor Tensin
2016-10-28remove more dead code from bash dotfilesEgor Tensin
2016-10-06mustn't be a repository anymoreEgor Tensin
2016-07-14merge upstream bash-related dotfilesEgor Tensin