Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 273 Bytes

autols.fish

Automatically ls when the $PWD changes.

Install

fisher install yuys13/autols.fish

Variables

autols_cmd

Default command is ls. If you want to change command, run

set -U autols_cmd ls -a #(or ls -l, exa, etc...)