For example:
ls -l $HOME_DIR/code/wo (TAB) becomes
ls -l \$HOME_DIR/code/workspace/
To stop this from occurring, you need to add this command to your ~/.bashrc:
shopt -u progcomp
After this, source the .bashrc again and every time after you login, bash will not automatically add the backslash to escape $ symbol - viola - problem solved!
No comments:
Post a Comment