summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-02 21:52:07 -0600
committerJesse Luehrs <doy@tozt.net>2011-03-02 21:52:07 -0600
commit0a79ef26df7b08f6fc07933dbdb92f6d31905169 (patch)
tree166b773ab52645477435c905629959046a76576e /bashrc
parentc30b806bbaec720ab2d1c6638987902cecb78aa5 (diff)
downloadconf-0a79ef26df7b08f6fc07933dbdb92f6d31905169.tar.gz
conf-0a79ef26df7b08f6fc07933dbdb92f6d31905169.zip
another bash alias
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b9d4d03..55d4ae0 100644
--- a/bashrc
+++ b/bashrc
@@ -95,6 +95,7 @@ alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.
alias ..='cd ..'
alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
+alias pm="find lib -type f"
function webcam {
local width=$1
local height=$2