Last active
          December 7, 2015 10:14 
        
      - 
      
- 
        Save pirafrank/53b7037513626f92577c to your computer and use it in GitHub Desktop. 
    ls colored output and long list ll alias
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Linux | |
| alias ll='ls -Fhla --color=auto' | |
| alias ls='ls -Fh --color=auto' | |
| # OS X | |
| alias ll='ls -Fhla' | |
| alias ls='ls -Fh' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
You get coloured output and nice options. Check
manfor-Fand-hoptions.