Skip to content

Instantly share code, notes, and snippets.

@motchy869
Created June 21, 2022 01:47
Show Gist options
  • Save motchy869/14eede3eb964a242ec3e3f74427c2f1b to your computer and use it in GitHub Desktop.
Save motchy869/14eede3eb964a242ec3e3f74427c2f1b to your computer and use it in GitHub Desktop.
my `.bashrc` for GitHub codespaces
# Set timezone.
export TZ=Asia/Tokyo
# auto completion from history
# up-allow key
bind '"\e[A": history-search-backward'
# down-allow key
bind '"\e[B": history-search-forward'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment