Skip to content

Commit

Permalink
Merge pull request #15 from notusknot/color-output
Browse files Browse the repository at this point in the history
Make it so that ls has a colored output and displays all files
  • Loading branch information
desyncr authored Aug 20, 2022
2 parents 88704f2 + 6f5a72b commit a7a7e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-ls.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi


auto-ls-ls () {
ls
ls --color=auto -a
[[ $AUTO_LS_NEWLINE != false ]] && echo ""
}

Expand Down

0 comments on commit a7a7e6c

Please sign in to comment.