Skip to content

Recommended to add the option -F in alias ls #1206

@dongly

Description

@dongly

The ls option -F is useful and commonly used. alias ls in oh-my-zsh also includes the option -F.

# ls, the common ones I use a lot shortened for rapid fire usage
alias l='ls -lFh'     #size,show type,human readable
alias la='ls -lAFh'   #long list,show almost all,show type,human readable
alias lr='ls -tRFh'   #sorted by date,recursive,show type,human readable
alias lt='ls -ltFh'   #long list,sorted by date,show type,human readable
alias ll='ls -l'      #long list
alias ldot='ls -ld .*'
alias lS='ls -1FSsh'
alias lart='ls -1Fcart'
alias lrt='ls -1Fcrt'

Metadata

Metadata

Assignees

No one assigned

    Labels

    seems abandonedrattle the cage, and close if nobody wants to keep it going

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions