about summary refs log tree commit diff
path: root/configs/.profile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-10 Manage session variables with home-managerWilliam Carroll1-7/+0
If you haven't noticed, home-manager is managing increasingly more of my configuration. - Migrate session variables to home.nix - Drop support for unused session variables like TERMINAL, VISUAL
2020-03-10 Remove ssh-agent code from .profileWilliam Carroll1-3/+0
TIL: gpg-agent sets the SSH_AUTH_SOCK and other values. Since I already use home-manager to start gpg-agent and SSH has been functioning without issues, I'm removing the obsolete ssh-agent code.
2020-03-07 Temporarily disable docker and rust from .profileWilliam Carroll1-2/+2
Attempting to debug nginx.
2020-03-06 Splice configs/shared directoryWilliam Carroll1-0/+49
- Move all children from configs/shared into configs. - Delete "shared" directory.