Skip to content

Instantly share code, notes, and snippets.

@dapize
Created October 10, 2023 19:09
Show Gist options
  • Save dapize/9a028f7ae534ec66177e37ae7734831a to your computer and use it in GitHub Desktop.
Save dapize/9a028f7ae534ec66177e37ae7734831a to your computer and use it in GitHub Desktop.
Arrow keys don't work in Git-Bash
# 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