Ver a proveniência

update func

pull/1/head
10sr há 12 anos
ascendente
cometimento
c784301f24
1 ficheiros alterados com 4 adições e 3 eliminações
  1. +4
    -3
      bashrc

+ 4
- 3
bashrc Ver ficheiro

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



Carregando…
Cancelar
Guardar