Explorar el Código

Added pad4 alias

Simple sed filter to padd all by 4 spaces for inclusion into e-mail
and the likes.
Alois Mahdal hace 12 años
padre
commit
bf2078c2d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc Ver fichero

@@ -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 ###