mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 04:39:50 +00:00
Aliases
Modify directory listing aliases to make more sense. Remove conflicting helper function (mcd conflicts with mtools).
This commit is contained in:
@@ -16,8 +16,9 @@ alias history='fc -l 1'
|
||||
|
||||
# List direcory contents
|
||||
alias lsa='ls -lah'
|
||||
alias l='ls -la'
|
||||
alias l='ls -lA1'
|
||||
alias ll='ls -l'
|
||||
alias la='ls -lA'
|
||||
alias sl=ls # often screw this up
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
Reference in New Issue
Block a user