Skip to content

Instantly share code, notes, and snippets.

@jabbalaci
Created November 5, 2023 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabbalaci/4530fca6bf21634c5d4f9819084c2896 to your computer and use it in GitHub Desktop.
Save jabbalaci/4530fca6bf21634c5d4f9819084c2896 to your computer and use it in GitHub Desktop.
.bashrc settings for the micro text editor
# add these to the end of your ~/.bashrc
alias m="micro"
# if you want to use micro everywhere
export EDITOR="micro"
export VIEWER=$EDITOR
export VISUAL=$EDITOR
export GIT_EDITOR=$EDITOR
alias vi=$EDITOR
alias vim=$EDITOR
@jabbalaci
Copy link
Author

This gist belongs to this video: https://www.youtube.com/watch?v=IfUMC9o3JYQ (in Hungarian).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment