Live data from Hacker News

Viewing profile — nillian

nillian

HN member
Joined
Fri, Jun 07, 2013, 1:27 PM UTC
HN karma
1
Public activity
1 items

About nillian

No profile information was provided.

Recent public activity

  1. comment
    Comment #5838724

    Exactly. ls example in zsh: alias ls="ls -lph1 --color=always" function ls { /bin/ls $@ | colout [regex] colours } This will pass all arguments after "ls" to the /bin/ls command. T…