Skip to content

Commit

Permalink
chore: update README with the aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeCybis committed Apr 1, 2024
1 parent 0fd8347 commit c6159d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ Import-Module lsd-aliases -DisableNameChecking
Then restart your PowerShell.
Now you can use the lsd aliases.

### Aliases
```powershell
ls -> lsd --group-directories-first @args
la -> ls --almost-all @args
ll -> ls --long @args
lt -> ls --tree --depth=2 @args
l -> ll --almost-all @args
llm -> ll --timesort @args
llt -> ll --tree --depth=2 @args
llat -> l --tree --depth=2 @args
lm -> l --timesort @args
```
---

⚠️ If you don't have PowerShell profile yet, create it with below command!
Expand Down

0 comments on commit c6159d3

Please sign in to comment.