This commit is contained in:
2018-12-03 08:44:26 -05:00
parent eab0c8e065
commit 91b20d1c10
5 changed files with 217 additions and 33 deletions

View File

@@ -47,6 +47,7 @@ function cpd() { cp -avr $1 $2 ; }
function untar() { tar -xzvf $1 && rm $1; }
function rzip() { unzip $1 && rm $1; }
function lzip() { unzip -l $1 | less; }
alias mkpk="makepkg -sri"
function mkex() { chmod 777 $1 ; }