I've got login to another server where shell configurations are not like I would want. For example I don't see my username and CWD on prompt, and when I press arrow key, instead of giving last entered command, it gives me ^[[A. So I wonder if can just move my profile configuration from my machine to that server?
I copied .bashrc and .profile files and tried to execute them, but it didn't do anything. What should I do? Do I need some other files? Or I can only create all configurations from scratch?
bash. Are you sure the shell is Bash? How do you know? What happens when you runexec bash -l? Is it better? the same? some error?