Browse Source

Do not pad4 emty lines

Alois Mahdal 9 years ago
parent
commit
b0b0f82f83
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

85
 alias open='gnome-open'
85
 alias open='gnome-open'
86
 alias diff='diff -u'
86
 alias diff='diff -u'
87
 alias dmesg='dmesg --time-format iso'
87
 alias dmesg='dmesg --time-format iso'
88
-alias pad4='sed -e "s/^/    /"'
88
+alias pad4='sed -e "/./s/^/    /"'
89
 alias grep='grep --color --binary-files=without-match'
89
 alias grep='grep --color --binary-files=without-match'
90
 alias sc='se --direction=encz.cz'
90
 alias sc='se --direction=encz.cz'
91
 alias ts='ts "%F %T"'
91
 alias ts='ts "%F %T"'