prsh11 / manga-cli

📖 Script to read manga from cli
MIT License
80 stars 4 forks source link

ls to /usr/bin/ls #15

Closed thamognya closed 2 years ago

thamognya commented 2 years ago

Changed ls to '/usr/bin/ls' this will allow for people to use aliases on ls. For example if I have an alias of alias ls = "ls -al --color" then this script wont work but with this change it will.