close
The Wayback Machine - https://web.archive.org/web/20220120175835/https://github.com/Bash-it/bash-it/issues/1206
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dongly opened this issue Jun 28, 2018 · 2 comments · Fixed by #1991
Closed

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

dongly opened this issue Jun 28, 2018 · 2 comments · Fixed by #1991

Comments

@dongly
Copy link

@dongly dongly commented Jun 28, 2018

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'
@nwinkler
Copy link
Member

@nwinkler nwinkler commented Jul 18, 2018

Please feel free to provide a Pull Request.

@noviicee
Copy link
Contributor

@noviicee noviicee commented Dec 2, 2021

Hey, may I try this one..?
Do we need to add the alias in general aliases or in mysy2 aliases.

@noviicee noviicee mentioned this issue Dec 2, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

4 participants