Ver a proveniência

.bashrc: delete gcc functions

pull/1/head
10sr há 12 anos
ascendente
cometimento
8aaafd66dd
1 ficheiros alterados com 0 adições e 14 eliminações
  1. +0
    -14
      .bashrc

+ 0
- 14
.bashrc Ver ficheiro

@@ -91,19 +91,6 @@ o(){
xdg-open "$f"
fi
}
sgcc(){
if iswindows; then
gcc -o win.$1.exe $1
else
gcc -o $(uname).$1.out $1
fi
}
sggcc(){
gcc -g -o $(uname).$1.out $1
}
slmggcc(){
gcc -g -lm -o $(uname).$1.out $1
}
convmv-sjis2utf8-test(){
convmv -r -f sjis -t utf8 *
}
@@ -258,7 +245,6 @@ winln(){
else
junction "$2" "$1"
fi

}

########################


Carregando…
Cancelar
Guardar