浏览代码

Added pad4 alias

Simple sed filter to padd all by 4 spaces for inclusion into e-mail
and the likes.
Alois Mahdal 12 年前
父节点
当前提交
bf2078c2d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/bash/global-before.bashrc

+ 1
- 0
dotfiles/bash/global-before.bashrc 查看文件

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