Skip to content

A simple script to auto-ls when changing directories

Notifications You must be signed in to change notification settings

Xemptuous/auto_ls.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

auto_ls.zsh

A simple script to auto-ls when changing directories

By default, auto_ls will use ls unless a popular equivalent is found:

  • eza
  • colorls
  • lsd

The environment variable AUTOLS_CMD can be exported manually to override the defaults.

export AUTOLS_CMD="ls -AG --color=always"

About

A simple script to auto-ls when changing directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages