Giter Site home page Giter Site logo

Comments (7)

sharkdp avatar sharkdp commented on June 17, 2024 1

Thank you for reporting this.

Could you please tell us:

from vivid.

monacv avatar monacv commented on June 17, 2024 1

nvm forgot the export term
Screenshot from 2021-01-06 15-12-53

from vivid.

monacv avatar monacv commented on June 17, 2024
alias ls='ls -ltra -h'


$ echo $TERM
xterm-256color

$ echo $SHELL
/bin/bash

$ echo $$
229340
$  cat /proc/229340/comm 
bash

from vivid.

sharkdp avatar sharkdp commented on June 17, 2024

$TERM doesn't really tell enough. Is $COLORTERM set? What terminal are you using? Gnome Terminal?

Also, could you please try the other suggestions and show the version of ls?

ls --version

from vivid.

monacv avatar monacv commented on June 17, 2024
$ echo $COLORTERM
truecolor
2420/31772MB
[819478:3298 0:1555] 04:51:49 Mon Jan 04 [mona@goku:pts/4 +1] ~/research/code/DJ-RN/pointnet
$ ls --version
ls (GNU coreutils) 8.30
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard M. Stallman and David MacKenzie.

from vivid.

sharkdp avatar sharkdp commented on June 17, 2024

alias ls='ls -ltra -h'

Oh, actually that's the problem. You need to add --color=auto to see ls-colors!

from vivid.

monacv avatar monacv commented on June 17, 2024

I added that in my alias in ~/.bashrc

do you expect the coloring to be like below?

Screenshot from 2021-01-06 15-11-58

from vivid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.