Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:vcs_editor [2011/06/05 00:00] – Sort sections alphabetically. codebrainzhowtos:vcs_editor [2011/06/05 00:04] – Use 'source' to have settings take effect immediately. codebrainz
Line 3: Line 3:
  
 ==== Bazaar ==== ==== Bazaar ====
-<code>echo 'export BZR_EDITOR="geany -imnst"' >> ~/.bashrc</code>+<code> 
 +echo 'export BZR_EDITOR="geany -imnst"' >> ~/.bashrc 
 +source ~/.bashrc 
 +</code>
  
 ==== Git ==== ==== Git ====
Line 9: Line 12:
  
 ==== Mercurial ==== ==== Mercurial ====
-<code>echo 'export HGEDITOR="geany -imnst"' >> ~/.bashrc</code>+<code> 
 +echo 'export HGEDITOR="geany -imnst"' >> ~/.bashrc 
 +source ~/.bashrc 
 +</code>
  
 ==== Subversion ==== ==== Subversion ====
-<code>echo 'export SVN_EDITOR="geany -imnst"' >> ~/.bashrc</code>+<code> 
 +echo 'export SVN_EDITOR="geany -imnst"' >> ~/.bashrc 
 +source ~/.bashrc 
 +</code>
  
 {{tag>howto vcs bazaar bzr git mercurial hg subversion svn}} {{tag>howto vcs bazaar bzr git mercurial hg subversion svn}}
Print/export