Configure Android Terminal Emulator to Use Color Coded file types

The default Android Terminal Emulator is not configured to use color coded file type system. I am going to show how to configure Terminal Emulator to use the right settings to show color coded files. So let's begin.

Basic requirements:

  • Android Phone
  • Android Terminal Emulator
  • Busybox installed

Step 1

 Open Terminal Emulator

Step 2 

Go to preferences

Step 3

Scroll to the bottom and select Command line

Step 4

Type the following code and click OK :
/system/xbin/sh -u

Step 5 

Next select Initial Command from preferences and type the following code and click OK:
export PATH=/system/xbin:$PATH

Step 6 

Congrats! It's working!

 

No comments:

Post a Comment