Viewing profile — nillian
nillian
HN member- Joined
- Fri, Jun 07, 2013, 1:27 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About nillian
No profile information was provided.
Recent public activity
-
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…