mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
3d81bdd281
commit
fceead7cbe
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue