Commit graph

56 commits

Author SHA1 Message Date
df39384f22 Sync changes with master branch. 2023-11-03 22:02:08 +00:00
7356943914 Move git prefetch into __git_prompt_command function. Re-order functions. 2023-10-25 15:10:35 +01:00
8f7cbd8986 Use a script. prefix for git config to disable prefetch. 2023-10-25 14:41:57 +01:00
7d9b3260d0 Clean up rev-parse usage. check-ignore uses current dir. 2023-10-20 21:12:27 +01:00
b67c763676 Sync .bashrc from master. 2023-10-20 20:34:10 +01:00
df6e978e18 Update way to get branch name in git repo. 2023-10-19 15:44:33 +01:00
5e6fa8ebb4 Sync minimal with master. 2023-10-12 21:35:36 +01:00
c027c6b187 Fix branch detection. 2023-10-10 16:25:54 +01:00
9aa623491e Silence error from unalias nano. 2023-10-10 16:17:56 +01:00
9b18fa83db Sync minimal branch with master. 2023-10-10 14:21:38 +01:00
207d2a4df7 Sync with master. 2023-10-10 14:03:38 +01:00
23c7c0cc6c Sync changes from master branch. 2023-10-01 23:27:52 +01:00
49b7d08938 Sync .bashrc and .gitignore to master. 2023-10-01 21:54:33 +01:00
0a1f6927f0 Update nanorcs, handle nano differently on Darwin. 2023-09-30 15:31:26 +01:00
14162eb619 Fucking typo! 2023-09-30 14:43:41 +01:00
c24cb18532 Handle nano versions <= 4 differently. 2023-09-30 14:39:42 +01:00
83a415fd21 Sleep for 0.5s after some ssh agents output. 2023-09-30 12:13:31 +01:00
dbe8f672f9 Write ssh agents file after starting new agent. 2023-09-30 12:10:10 +01:00
eca63b736d Sync minimal branch with master files. 2023-09-29 19:21:25 +01:00
9f90dadbd4 Sync .bash* with master. 2023-05-21 01:12:44 +01:00
f336bff69f Correct fgrep alias. 2022-10-10 22:35:39 +01:00
0f6c592fa0 Add iotop alias. 2022-10-09 02:02:21 +01:00
4982de6655 Sync .bashrc with master branch. 2022-09-23 17:45:56 +01:00
44ad23f4f0 Sync 'minimal' branch with 'master'. 2022-09-12 10:32:35 +01:00
31ce056ca3 Update psgrep function to add colour. 2021-09-24 19:41:21 +01:00
e2ce961d84 Rework how screen is handled upon login. 2021-03-27 10:26:39 +00:00
5ba3e060b2 Remove (partially) broken ssh-agent handling code. Don't use _ for temp variables. 2021-03-27 05:22:21 +00:00
233680cd76 Use $HOSTNAME instead of $(hostname) in .bash* 2021-03-26 05:37:13 +00:00
c67a0e62e1 Merge branch 'master' of http://afterdark.org.uk/git/tadgy/dotfiles-tadgy 2021-01-19 18:08:17 +00:00
719da537b4 Added imagebin function. 2021-01-08 18:47:36 +00:00
e106e8eb5d Merge branch 'master' of http://afterdark.org.uk/git/tadgy/dotfiles-tadgy 2020-12-02 20:12:06 +00:00
60f84452cf Added screen_attach function to start/reattach screen sessions on console/xterm. 2020-12-02 20:06:29 +00:00
eb2d77d0b0 Update for new mailserver domain. 2020-07-21 19:19:44 +01:00
ec24e87c5a Bash history now uses host specific file. 2020-07-03 12:06:28 +01:00
09674dd332 Replace 'pastebin' alias, now uses termbin.
Syntax updates.
2019-07-03 18:41:44 +01:00
8eb97d0c3f Make the psgrep function ignore the results of itself. 2019-07-03 18:11:49 +01:00
4e5fee870f Updated comments. 2019-07-02 22:20:57 +01:00
6b794373f2 Added colour to warning. Removed 'tput set AF' colour codes. 2019-07-02 22:13:18 +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
4afcb51b3b Set _PLATFORM in agent_prompt_command. Unlock agents file. 2019-07-02 04:31:07 +01:00
68f151bc7f Register newly found socket in agents file. 2019-07-02 04:15:59 +01:00
86eecf9035 Quote addition. 2019-07-02 02:11:13 +01:00
6bc2b27b67 Reorder the redirections to prevent errors being displayed when they shouldn't be. 2019-07-02 01:30:43 +01:00
8de9fe7f56 Work around a bug in ssh-add, where it doesn't always return 2 on failure. 2019-07-02 01:10:40 +01:00
70abe8c58f Moved locking/unlocking into a function. Added PROMPT_COMMAND that went missing. 2019-07-01 21:14:42 +01:00
dc550c2d59 Instead of using a grep to remove the current SSH_AUTH_SOCK, use a loop. 2019-07-01 17:06:19 +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
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