Browse Source

.bashrc: delete gcc functions

pull/1/head
10sr 12 years ago
parent
commit
8aaafd66dd
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      .bashrc

+ 0
- 14
.bashrc View File

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

}

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


Loading…
Cancel
Save