I use this alias in my .bashrc
but doesn't seem to work in zsh
using .zshrc
. Other aliases I use are working fine so I know the .zshrc
is sourcing other aliases.
alias rubydev3="cd ~/code/ruby/rails/rails3projects/"
This is the error message:
cd:cd:10: no such file or directory: /home/jryan/code/ruby/rails/rails3tutorial/
I don't know if the cd:cd:10
means anything that should be a clue, but I am just starting to use zsh
so I'm at a loss. If the command should work as I have it in this post that I'm sure it probably has something to do with another config file conflicting or something like that.