find $* -name "*${name}*";
}
+# Create a dir and cd there
+
+function mcd () {
+ mkdir -p $1
+ cd $1
+}
+
alias trash=trash.sh
######################################################################
#
# git clone http://fleuret.org/git/finddup/
-alias finddup='finddup -p0d'
+# alias finddup='finddup -p0d'
+alias finddup='finddup -p'
######################################################################
# This script grep messages in my mail archives
# git clone http://fleuret.org/git/selector/
function selector-history () {
- selector -c 7 4 0 3 -q -b -i -d -v -w -l 15000 <(history)
+ selector -c 7,4,0,3 -q -b -i -d -v -w -l 15000 <(history)
}
# M-r puts the selected history line in place of the current one