summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-06-13 14:47:52 -0500
committerJesse Luehrs <doy@tozt.net>2011-06-13 14:47:52 -0500
commitac46d1c58664c4e6bd94a94e42c516f8e039a45a (patch)
tree1c9fdb83a764ab05e743571b5a666df8667c903c /bashrc
parent5b30733851ce89ae95940216cf99ea2b37563315 (diff)
downloadconf-ac46d1c58664c4e6bd94a94e42c516f8e039a45a.tar.gz
conf-ac46d1c58664c4e6bd94a94e42c516f8e039a45a.zip
whoops, used the wrong variable here (bash sucks)
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 31c5d2b..8b648bd 100644
--- a/bashrc
+++ b/bashrc
@@ -98,9 +98,9 @@ alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
alias pm="find lib -type f | sort"
function perldoc {
if type -P cpandoc > /dev/null 2>&1; then
- cpandoc "$*"
+ cpandoc "$@"
else
- command perldoc "$*"
+ command perldoc "$@"
fi
}
function incoming {