oh-my-bash
oh-my-bash copied to clipboard
Issue with $HOME directory
Recently I got a fresh OMB installation on Git Bash. But every time I launch Terminal , I keep getting message like this.
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
bash: [: /c/Users/Ibne: binary operator expected
My $HOME
directory is /c/Users/Ibne Nahian
in which Ibne Nahian
folder has a space in its name. But OMB detecting /c/Users/Ibne
as $HOME
which is not expected. Can you guys take care of this issue ?