Skip to content

Commit

Permalink
Update sync_dropbox_folder source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
madelinecr committed Aug 14, 2014
1 parent 263d706 commit 3b2ff6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/zshrc
Expand Up @@ -124,7 +124,8 @@ function precmd () {
# ------------------------------------------------------------------------------

function sync_dropbox_music () {
local source=$HOME/music/ # Trailing slash vital, copies contents of dir
# Trailing slash vital, copies contents of dir
local source=/nfs/kryten/sensae/music/
local destination=$HOME/Dropbox/Music
if [ ! -e $source ]; then
echo "Directory $source does not exist, not copying files.."
Expand Down

0 comments on commit 3b2ff6d

Please sign in to comment.