Commit graph

6 commits

Author SHA1 Message Date
d2b7b4c0f0 aliases: Add password generator "aliases"
Implemented with Bash functions, saved in ".aliases" dir, cause it all
gets sourced the same (and I am lazy)
2024-11-12 11:04:39 -06:00
89ec2f3362 aliases: Add tls alias 2024-04-26 06:49:36 +00:00
b11202a67e aliases: add tmux aliases 2024-04-25 07:34:27 +00:00
97bc2c8b3e aliases: Added Cmake LSP hellper 2024-02-15 04:41:13 -06:00
c6cd46fe2e aliases: Add file management aliases 2024-01-29 23:37:17 -06:00
b53471edbd bashrc: Terminal.app improvements, aliases broken out
On the Mac terminal sessions don't seem to retain the same
environment as the one that parses their .bashrc files.  So, to
overcome that, all aliases and PATH/variable changes are done in
.profile (or files sourced by .profile).

There aren't any .profiles checked in yet, but stay tuned ;-)
2024-01-06 04:02:23 -06:00