summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-04 15:13:48 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-04 15:13:55 -0600
commita26beb0548609e0ae33773c0fbb296bb5cdea67b (patch)
tree201d211694bb361f4f20f229534b13cabd79f477 /bashrc
parent76c2028c55b37f365566dc98b2251f5a2408757a (diff)
downloadconf-a26beb0548609e0ae33773c0fbb296bb5cdea67b.tar.gz
conf-a26beb0548609e0ae33773c0fbb296bb5cdea67b.zip
remove some unused stuff
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/bashrc b/bashrc
index 9d87ef1..ce7bd91 100644
--- a/bashrc
+++ b/bashrc
@@ -92,7 +92,6 @@ alias misc='tmux a -t misc'
# }}}
# other {{{
alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070404 Firefox/2.0.0.3"'
-alias ..='cd ..'
alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
alias pm="find lib -type f | sort"
@@ -168,9 +167,6 @@ function pdfcat {
shift
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$out $*
}
-function mod {
- yes | module-setup $1
-}
function svup {
svc -u "$HOME/.services/$1"
svstat "$HOME/.services/$1"