From fceead7cbe5428ea4f5d32dce72cdafcb11ca8d5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 22 Jan 2025 15:16:02 -0800 Subject: [PATCH] copy --- aider/website/docs/usage/not-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/usage/not-code.md b/aider/website/docs/usage/not-code.md index e81894ff5..73e734e56 100644 --- a/aider/website/docs/usage/not-code.md +++ b/aider/website/docs/usage/not-code.md @@ -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"