Explorar el Código

Use trash command for tb if available

master
10sr hace 6 años
padre
commit
0dedbfc69d
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      shrc

+ 4
- 1
shrc Ver fichero

@@ -832,12 +832,15 @@ di(){
fi
}

tb(){
__trash_func(){
__datenum=`date +%Y%m%d-%H%M%S`
__tb="$HOME/.var/tb/$__datenum"
mkdir -p "$__tb"
mv "$@" "$__tb"
}
__safe_alias tb=__trash_func
__safe_alias tb=trash


mkdd(){
_d=`date +%Y%m%d-%H%M%S` && \


Cargando…
Cancelar
Guardar