Browse Source

Added pad4 alias

Simple sed filter to padd all by 4 spaces for inclusion into e-mail
and the likes.
Alois Mahdal 12 years ago
parent
commit
bf2078c2d9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc View File

@@ -16,6 +16,7 @@ export GLOBIGNORE=.:..
16 16
 alias ll='ls -lh'
17 17
 alias open='gnome-open'
18 18
 alias diff='diff -u'
19
+alias pad4='sed -e "s/^/    /"'
19 20
 
20 21
 ### ...... ###
21 22
 ### OTHERS ###