Commit graph

46 commits

Author SHA1 Message Date
9ed0f4e782 Don't redefine or unset PLATFORM in .bash_profile. 2023-10-01 22:37:46 +01:00
1abeb4835d Fix handling of lxterminal.conf. 2023-09-29 19:53:12 +01:00
4bb955a1bf Remove quoting from LESS in .bash_profile. 2023-09-29 19:49:05 +01:00
caf4118021 Handle lxterminal per host config in .bash_profile. 2023-09-29 19:08:06 +01:00
31751d1342 Various updates to .bash_profile, see full log.
Add a #! line, even though it's not required.
Use $HOME instead of ~.
Quote LESS prompt.
Rework GPG agent handling code to be more generic.
Use printf rather than echo.
A couple of code cleanups.
Make things shellcheck safe and passed.
2023-09-29 13:40:00 +01:00
b69fd3b61c Missing -p when creating root's gnupg dir. 2022-10-06 19:04:21 +01:00
6940d4a885 Only use the gpg-agent hack for root. 2022-09-20 01:02:11 +01:00
5faab722e9 Use a hack to allow gpg-agent forwarding to root. 2022-09-20 00:58:20 +01:00
b49f6a0642 Quiet gpg agent start. Update .dir_colors. 2022-09-12 10:48:49 +01:00
16d5177521 Sleep for 1 second before starting/resuming screen. 2022-09-12 07:55:49 +01:00
854f15873a Add support for the GPG agent to .bash_profile. 2022-09-12 07:51:27 +01:00
6d8350e9f1 Add GPG_TTY environment. 2022-09-08 00:47:37 +01:00
2880b02fcf Clean up .bash* and add some new aliases. 2022-09-07 20:29:59 +01:00
b32e64bc08 Add -j.5 to LESS in bash_profile. 2021-09-23 13:33:39 +01:00
0a46a7c0b6 If a host specific screenrc exists, use it. 2021-09-13 09:21:06 +01:00
5d5633f9f9 Only automatically start a screen session on console. 2021-03-27 14:45:58 +00:00
abca6296c0 Rework how screen is handled upon login. 2021-03-27 09:15:19 +00:00
5ba3e060b2 Remove (partially) broken ssh-agent handling code. Don't use _ for temp variables. 2021-03-27 05:22:21 +00:00
feadf172cb No longer use 'most' for MANPAGER in .bash_profile (back to 'less'\!) 2021-03-27 03:36:45 +00:00
233680cd76 Use $HOSTNAME instead of $(hostname) in .bash* 2021-03-26 05:37:13 +00:00
60f84452cf Added screen_attach function to start/reattach screen sessions on console/xterm. 2020-12-02 20:06:29 +00:00
8e79f591df Make screen use a host specific working directory. 2020-07-03 12:00:32 +01:00
09674dd332 Replace 'pastebin' alias, now uses termbin.
Syntax updates.
2019-07-03 18:41:44 +01:00
4e5fee870f Updated comments. 2019-07-02 22:20:57 +01:00
dae5b0fdaa Added flag so .bash_logout won't try to unregister a socket that didn't register. 2019-07-02 22:04:33 +01:00
8bce5d846c Removed old ssh login code. Added some feature notes. 2019-07-02 21:45:52 +01:00
29b1645c71 New ssh-agent login logic. 2019-07-02 21:36:05 +01:00
68f151bc7f Register newly found socket in agents file. 2019-07-02 04:15:59 +01:00
70abe8c58f Moved locking/unlocking into a function. Added PROMPT_COMMAND that went missing. 2019-07-01 21:14:42 +01:00
31d09b8bb5 Added support for locking on Darwin. 2019-07-01 20:17:23 +01:00
2b57c9a4c3 Change [ to [[ and ~ to $HOME. 2019-07-01 15:29:32 +01:00
ace5e0e8e3 Added improved ssh-agent support. 2019-07-01 15:19:05 +01:00
9b522912b3 Change ~ to $HOME when setting PATH. 2019-07-01 11:08:10 +01:00
0041597afd Use environment variables for lynx config and lss locations instead of command line. 2019-06-11 20:31:41 +01:00
Darren 'Tadgy' Austin
f736543c61 Update bash startup files. 2019-04-29 23:35:04 +01:00
c3c6c7850a Fixing conflicts 2017-10-19 13:51:14 +01:00
ec89482ea8 Added ~/.local/share/man to Linux MANPATH 2017-05-24 07:39:45 +01:00
544059e6c3 Add .local/bin to PATH if exists 2017-05-07 15:09:51 +01:00
eecb759159 * Add -R to LESS environment variable.
* Change default ratio limit in rtorrent.rc
2017-04-16 14:22:48 +01:00
c324ebfd4c Added red highlight to ssh-agent failure text. 2016-10-13 02:56:51 +01:00
b11015d097 Refactor screen + mail check output. 2016-10-07 19:02:19 +01:00
8d4abc0d31 Refactor ssh-agent output. 2016-10-07 19:01:04 +01:00
41e13a9d2a Fix bugs in .bash_profile: ssh-agent handling. 2016-10-04 22:45:39 +01:00
5f01569d43 Fix ssh-agent handling in .bash_profile 2016-10-04 22:07:20 +01:00
d0102c76ac Fix syntax minor issues in .bash_profile. 2016-10-04 18:07:52 +01:00
a3e2aceeed Initial files add. 2016-10-02 02:14:39 +01:00