mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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.
|
Added .bashrc to the chat.
|
||||||
────────────────────────────────────────────────────────────────
|
────────────────────────────────────────────────────────────────
|
||||||
.bashrc
|
.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'
|
+ alias ll='ls -alh'
|
||||||
+ export PATH="$HOME/.local/bin:$PATH"
|
+ export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue