Sfoglia il codice sorgente

Do not break long lines in git log

Alois Mahdal 9 anni fa
parent
commit
98a90c41e7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc Vedi File

@@ -112,6 +112,7 @@ export FFOO_PRETTY=color
112 112
 GIT_PS1_SHOWDIRTYSTATE=true
113 113
 GIT_PS1_SHOWUNTRACKEDFILES=true
114 114
 GIT_DISABLED_COMMANDS="$HOME/.gittum/disabled-commands"
115
+export GIT_PAGER='less -S'
115 116
 
116 117
 # disable mounting things like SFTP to ~/.gvfs when accessed
117 118
 # via GIO (used by nautilus etc.)