sudomain
sudomain
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
Oh, root or not root user? The root user I think never has colors, but a user other than root I think has it by default
16 replies
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
Hmm it gives me colors
16 replies
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
I think it's just standard ls from coreutils:
~ $ type ls
ls is /data/data/com.termux/files/usr/bin/ls
~ $ alias ls='ls -l'
~ $ type ls
ls is aliased to `ls -l'
~ $ type ls
ls is /data/data/com.termux/files/usr/bin/ls
~ $ alias ls='ls -l'
~ $ type ls
ls is aliased to `ls -l'
16 replies
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
Thanks! This was the solution but i'm still curious about the cause. Guess I'll have to take a peek at the code for proot-distro
16 replies
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
No output this time, but it does set $LS_COLORS, though everything is still white
16 replies
TTermux
Created by sudomain on 6/2/2024 in #support
colors for files/dirs when using proot-distro with --termux-home?
That gave me
userr@localhost:~$ source <(dircolors -p -b)
dircolors: the options to output non shell syntax, and to select a shell syntax are mutually exclusive
Try 'dircolors --help' for more information.
userr@localhost:~$ source <(dircolors -p -b)
dircolors: the options to output non shell syntax, and to select a shell syntax are mutually exclusive
Try 'dircolors --help' for more information.
16 replies