mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 19:09:08 +00:00
[Fix #210] Rename alias lp to lm
This commit is contained in:
@@ -82,7 +82,7 @@ alias l='ls -1A' # Lists in one column, hidden files.
|
||||
alias ll='ls -lh' # Lists human readable sizes.
|
||||
alias lr='ll -R' # Lists human readable sizes, recursively.
|
||||
alias la='ll -A' # Lists human readable sizes, hidden files.
|
||||
alias lp='la | "$PAGER"' # Lists human readable sizes, hidden files through pager.
|
||||
alias lm='la | "$PAGER"' # Lists human readable sizes, hidden files through pager.
|
||||
alias lx='ll -XB' # Lists sorted by extension (GNU only).
|
||||
alias lk='ll -Sr' # Lists sorted by size, largest last.
|
||||
alias lt='ll -tr' # Lists sorted by date, most recent last.
|
||||
|
Reference in New Issue
Block a user