/autols.fish

Automatically `ls` when the `$PWD` changes.

Primary LanguageShellMIT LicenseMIT

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...)