Explorar el Código

update func

pull/1/head
10sr hace 12 años
padre
commit
c784301f24
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. +4
    -3
      bashrc

+ 4
- 3
bashrc Ver fichero

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

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



Cargando…
Cancelar
Guardar