Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 22, 2025
1 parent 3d81bdd commit fceead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/website/docs/usage/not-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ aider .bashrc
Added .bashrc to the chat.
────────────────────────────────────────────────────────────────
.bashrc
> Add an alias 'll' that runs 'ls -alh' and update PATH to include ~/.local/bin
> Add an alias 'll' that lists all files, with all details in human readable format. And update PATH to include uv installed tools.

+ alias ll='ls -alh'
+ export PATH="$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit fceead7

Please sign in to comment.