aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile (follow)
Commit message (Collapse)AuthorAge
* .profile: add the normal sed to PATH on macOSEgor Tensin2023-05-21
|
* bash: group settings, add separatorsEgor Tensin2023-03-01
|
* .profile: add brew's unversioned python symlinksEgor Tensin2023-02-15
|
* .profile: setup brewEgor Tensin2023-01-25
|
* nnn: add bookmarksEgor Tensin2023-01-16
|
* nnn: don't auto-enter directoriesEgor Tensin2023-01-01
|
* bash: best practices & lintingEgor Tensin2022-04-02
|
* rename the projectEgor Tensin2022-04-01
|
* .profile: remove obsolete commentEgor Tensin2021-09-06
|
* .profile: setup pyenvEgor Tensin2021-05-28
|
* .profile: setup rbenvEgor Tensin2021-04-28
|
* nnn: don't show dotfiles by defaultEgor Tensin2020-12-17
|
* fzf: fd --no-ignore-vcsEgor Tensin2020-12-17
|
* add nnn configurationEgor Tensin2020-12-14
|
* .profile: fix spawn_ssh_agentEgor Tensin2020-05-18
| | | | | | | | | | | | 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.
* .profile: setup chrubyEgor Tensin2020-05-04
|
* .profile: add Rust binaries to PATHEgor Tensin2020-02-16
|
* python_setup: add user-base/bin if it doesn't existEgor Tensin2018-06-08
|
* .profile: don't add paths with : in them to PATHEgor Tensin2018-06-06
|
* add ssh-agent systemd unitEgor Tensin2018-06-05
|
* add commentsEgor Tensin2018-06-04
|
* ssh.sh: move to .profileEgor Tensin2018-06-04
|
* attempt to organize stuff properlyEgor Tensin2018-06-04
| | | | | | | 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.
* remove .profileEgor Tensin2018-06-04
|
* .profile: more POSIX sh-compatibleEgor Tensin2018-05-30
|
* .profile: fix on Linux MintEgor Tensin2017-08-22
|
* bugfix & code styleEgor Tensin2016-11-07
|
* bugfix & code styleEgor Tensin2016-10-29
|
* remove more dead code from bash dotfilesEgor Tensin2016-10-28
|
* mustn't be a repository anymoreEgor Tensin2016-10-06