summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2007-05-23 00:16:25 -0400
committerDan McGee <dpmcgee@gmail.com>2007-05-23 00:16:25 -0400
commit9206a78fe516ca1705692675e47c68ba614e07f3 (patch)
tree6b61042566bab3a7bd28f083aa5dd65a3d241454
parent328895e1be86d614c54f40693f067dffdd5f990a (diff)
downloadconfigfiles-9206a78fe516ca1705692675e47c68ba614e07f3.tar.gz
configfiles-9206a78fe516ca1705692675e47c68ba614e07f3.zip
Remove unnecessary function from bashrc
-rw-r--r--bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index bfee0a4..faf31f6 100644
--- a/bashrc
+++ b/bashrc
@@ -62,10 +62,6 @@ if [ -x /usr/bin/pacman ]; then
# helpful makepkg shortcuts
alias makepkgclean='rm -r src/ pkg/ *~'
-
- makeoldname() {
- mv $1 "${1%-*.pkg.tar.gz}.pkg.tar.gz"
- }
fi
# sanitize - set file/directory owner and permissions to normal values (644/755)