Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds a bash function to create a new blog post in Hugo | Matthew Lemon | 2023-04-19 | 1 | -0/+23 |
| | | | | | | This function is documented but I used ChatGPT to assist with the awk and sed subsitutions. The sed suggestions took a while to get right and eventually it resorted to using awk. Works though. | ||||
* | Adds gem and ruby binary PATH config | Matthew Lemon | 2023-04-18 | 1 | -0/+4 |
| | |||||
* | Enable fzf in the bash shell again | Matthew Lemon | 2023-04-11 | 1 | -1/+7 |
| | | | | Some useful stuff in here. | ||||
* | Enables completion in bash again | Matthew Lemon | 2023-04-11 | 1 | -0/+5 |
| | | | | This seemed to be missing from my moving back to bash. | ||||
* | Adds ~/.cargo/bin to PATH | Matthew Lemon | 2023-04-07 | 1 | -0/+1 |
| | | | | | I installed a rust program but removed it afterwards. To get it to run easily, I needed to add this directory to my PATH, as is recommended. | ||||
* | update bashrc | Matthew Lemon | 2023-04-04 | 1 | -1/+4 |
| | |||||
* | alias to cope with nix | Matthew Lemon | 2023-04-03 | 1 | -0/+1 |
| | |||||
* | more updates | Matthew Lemon | 2023-04-01 | 1 | -0/+12 |
| | |||||
* | added aliases for openai functions | Matthew Lemon | 2023-03-30 | 1 | -0/+2 |
| | |||||
* | more work on function comments | Matthew Lemon | 2023-03-30 | 1 | -0/+13 |
| | |||||
* | quick formatting fix | Matthew Lemon | 2023-03-30 | 1 | -4/+5 |
| | |||||
* | optimised todj function and added function comments | Matthew Lemon | 2023-03-30 | 1 | -6/+19 |
| | |||||
* | tweak | Matthew Lemon | 2023-03-30 | 1 | -2/+1 |
| | |||||
* | added openai function for bash | Matthew Lemon | 2023-03-30 | 1 | -1/+33 |
| | |||||
* | ensured bash completion for t alias for todo.sh | Matthew Lemon | 2023-03-30 | 1 | -0/+4 |
| | |||||
* | coloring output of ls | Matthew Lemon | 2023-03-30 | 1 | -0/+5 |
| | |||||
* | added todj to bash | Matthew Lemon | 2023-03-30 | 1 | -0/+12 |
| | |||||
* | move to bash | Matthew Lemon | 2023-03-30 | 1 | -0/+39 |