Skip to content

Instantly share code, notes, and snippets.

View chrisniael's full-sized avatar
:octocat:
Happy githubbing.

沈煜 chrisniael

:octocat:
Happy githubbing.
View GitHub Profile
@chrisniael
chrisniael / show-ls-colors.sh
Created May 13, 2019 05:03
Display environment variable LS_COLORS
#!/bin/bash
# Fork from https://github.com/gkotian/gautam_linux/blob/master/scripts/colours.sh
# Script to show the colours used for different file types
# This is just a more readable version of the 'eval' code at:
# http://askubuntu.com/a/17300/309899
# A nice description of the colour codes is here: