This website requires JavaScript.
Explore
Help
Register
Sign In
dylanaraps
/
neofetch
mirror of
https://github.com/dylanaraps/neofetch.git
Watch
1
Star
1
Fork
You've already forked neofetch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Reimplement 'color' function
Browse Source
...
This commit is contained in:
Dylan
2016-03-04 13:15:03 +11:00
parent
69060acb32
commit
59d3d7aa38
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
4
neofetch
Unescape
Escape
View File
@ -2164,6 +2164,10 @@ setcolors () {
fi
}
color () {
printf "%b%s" "\033[38;5;${1}m"
}
# }}}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
dylanaraps/neofetch
Title
Body
Create Issue