Ver a proveniência

Merge branch 'master' of github.com:10sr/dotfiles

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

+ 3
- 3
bashrc Ver ficheiro

@@ -329,11 +329,11 @@ di(){
}

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



Carregando…
Cancelar
Guardar