|
|
@ -16,7 +16,6 @@ alias wget-opendir='wget --recursive --level 0 --continue --no-clobber \
|
|
|
|
--reject=html,htm,index'
|
|
|
|
--reject=html,htm,index'
|
|
|
|
|
|
|
|
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias slugify="sed -e 's/[^[:alnum:]]/-/g' | tr -s '-' | tr A-Z a-z"
|
|
|
|
|
|
|
|
alias take='sudo chown $(whoami):$(whoami) '
|
|
|
|
alias take='sudo chown $(whoami):$(whoami) '
|
|
|
|
|
|
|
|
|
|
|
|
if [[ $(uname) == Linux ]]; then
|
|
|
|
if [[ $(uname) == Linux ]]; then
|
|
|
|