|
|
@ -52,9 +52,8 @@ alias rsync-win='rsync --recursive --verbose --times --modify-window=1 '
|
|
|
|
alias can-upgrade='sudo apt-get update && sudo apt-get upgrade -y '
|
|
|
|
alias can-upgrade='sudo apt-get update && sudo apt-get upgrade -y '
|
|
|
|
alias can-find='aptitude search '
|
|
|
|
alias can-find='aptitude search '
|
|
|
|
alias can-haz='sudo apt-get install '
|
|
|
|
alias can-haz='sudo apt-get install '
|
|
|
|
alias curl-headers='curl -s -v -I '
|
|
|
|
alias take='sudo chown $(whoami):$(whoami) '
|
|
|
|
alias take='sudo chown `whoami`:`whoami` '
|
|
|
|
alias simple-http-server='python3 -m http.server'
|
|
|
|
alias simple-http-server='python -m SimpleHTTPServer'
|
|
|
|
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias deepgrep='find . -type f -not -name "*.swp" -not -name "*.pyc" | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color '
|
|
|
|
alias deepgrep='find . -type f -not -name "*.swp" -not -name "*.pyc" | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color '
|
|
|
|
|
|
|
|
|
|
|
|