Hacker News new | past | comments | ask | show | jobs | submit login

I use zsh and there is an easy way to find your golang projects using cdpath:

    # setup easy access to cd paths
    
    setopt auto_cd
    cdpath=($HOME/code/go/src/github.com \
      $HOME/code/go/src/github.com/collinvandyck \
      $HOME/code \
      $HOME/code/go/src)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: