Joined March 2012
·
Achievements
100 Karma
0 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
@lccro, that's an oh-my-zsh alias (
alias d='dirs -v'
). You also wantsetopt auto_pushd
to make cd push the old directory onto the directory stack.I made a function tonight so you can use
d
to output the dirstack list andd 0
to go to the0
match.