Hacker News new | ask | show | jobs
by unfletch 5592 days ago
in Bash, change the first line to:

    shopt -s cdable_vars
1 comments

in Bash you don't even need to do that, just do:

    foo=/etc/
    cd $foo