Created
October 10, 2023 19:09
-
-
Save dapize/9a028f7ae534ec66177e37ae7734831a to your computer and use it in GitHub Desktop.
Arrow keys don't work in Git-Bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.- Open the file located here: ~/.bash_profile (in windows is: /c/Users/YourUserName/.bash_profile) | |
# 2.- add the next line: | |
export MSYS=enable_pcon | |
# 3.- close all the gitbash instances opened or reset Windows, open again and tha's it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment