瀏覽代碼

update func

pull/1/head
10sr 13 年之前
父節點
當前提交
c784301f24
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. +4
    -3
      bashrc

+ 4
- 3
bashrc 查看文件

@@ -231,11 +231,12 @@ di(){
${diffcmd} -u "$@" | ${PAGER} ${diffcmd} -u "$@" | ${PAGER}
} }


throw-away(){
mkdir -p ~/.my/tb
tb(){
local tb=~/.my/tb
mkdir -p $tb
for file in "$@" for file in "$@"
do do
mv $file ~/.my/tb
mv $file $tb
done done
} }




Loading…
取消
儲存