When using tab-completion in WSL(window sub linux), Some commands(cp, ls..) change prompt parameter
example)
define in bash_paths
export WD=/mnt/c
When I input on prompt cp $WD/ and then press tab, It changes cp \$WD/
but I want to change to cp /mnt/c/ and to know why does it added /
thanks for reading