Created
          November 5, 2023 09:54 
        
      - 
      
- 
        Save jabbalaci/4530fca6bf21634c5d4f9819084c2896 to your computer and use it in GitHub Desktop. 
    .bashrc settings for the micro text editor
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | # 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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
This gist belongs to this video: https://www.youtube.com/watch?v=IfUMC9o3JYQ (in Hungarian).