Integrates Ubuntu 24.04LTS default bash config and fixes anonymous functions to work properly in bash.

This commit is contained in:
Tom Hicks
2024-09-30 14:16:46 -07:00
parent 7dbc649489
commit 436baf3241
13 changed files with 231 additions and 18 deletions

View File

@@ -7,3 +7,10 @@ Refresh history after modifying
```shell
cat history/all.md| LC_ALL=C sort -u -o history/all.md
```
## TODO
* Look into lesspipe from .bashrc and make a script in .rc.d
* Move debian_chroot, color_prompt, and PS1 from .bashrc to .rc.d
* Move dircolors stuff from .bashrc to .rc.d
* Move content from ~/.bash_aliases to .rc.d