mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update Aliases table & improvement
This commit is contained in:
parent
55d82ffae8
commit
eeb7adcc72
1 changed files with 7 additions and 2 deletions
|
|
@ -86,13 +86,18 @@ Default: Not set, which means the default behavior of `eza` will take place.
|
|||
|
||||
## Aliases
|
||||
|
||||
Note that aliases may be modified by Configuration.
|
||||
**Notes:**
|
||||
|
||||
* Aliases may be modified by Configuration
|
||||
* The term "files" without "only" qualifier means both files & directories
|
||||
|
||||
|
||||
| Alias | Command | Description |
|
||||
| ------- | ----------------- | --------------------------------------------------------------------------- |
|
||||
| `la` | `eza -la` | List all files (except . and ..) as a long list |
|
||||
| `ldot` | `eza -ld .*` | List all dotfiles (directories shown as entries instead of recursed into) |
|
||||
| `ldot` | `eza -ld .*` | List dotfiles only (directories shown as entries instead of recursed into) |
|
||||
| `lD` | `eza -lD` | List only directories (excluding dotdirs) as a long list |
|
||||
| `lDD` | `eza -laD` | List only directories (including dotdirs) as a long list |
|
||||
| `ll` | `eza -l` | List files as a long list |
|
||||
| `ls` | `eza` | Plain eza call |
|
||||
| `lS` | `eza -l -ssize` | List files as a long list, sorted by size |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue