|
|
@ -57,6 +57,7 @@ alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias deepgrep='find . -type f | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color '
|
|
|
|
alias deepgrep='find . -type f | sed "s/$/\"/g" | sed "s/^/\"/g" | xargs grep --color '
|
|
|
|
|
|
|
|
|
|
|
|
alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/"
|
|
|
|
alias push-to-player="rsync -recursive --verbose --times --modify-window=1 --delete $pods_dir `mount -l | awk '/podcasts/ {print $3}'`/podcast/"
|
|
|
|
|
|
|
|
alias sync-pods="rsync --archive --verbose --compress --delete nas:~/podcasts/ $pods_dir"
|
|
|
|
|
|
|
|
|
|
|
|
# Move around to common locations
|
|
|
|
# Move around to common locations
|
|
|
|
alias desktop="cd $desktop_dir"
|
|
|
|
alias desktop="cd $desktop_dir"
|
|
|
|