diff options
author | June McEnroe <programble@gmail.com> | 2017-06-10 16:49:51 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-06-10 16:49:51 -0400 |
commit | d49fd7f88e2587683827640b05f4b37801c6dac9 (patch) | |
tree | a3ca53077908aefcf7a8ff0b6f6842fa30cfb929 /import.sh | |
parent | Remove Programming keyboard layout (diff) | |
download | src-d49fd7f88e2587683827640b05f4b37801c6dac9.tar.gz src-d49fd7f88e2587683827640b05f4b37801c6dac9.zip |
Move actual dotfiles into curtis directory
Diffstat (limited to '')
-rwxr-xr-x | import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import.sh b/import.sh index bd4909fb..fea18439 100755 --- a/import.sh +++ b/import.sh @@ -12,7 +12,7 @@ error() { [ -z "$1" ] && error 'no path' source_path="$HOME/$1" -dest_path="$PWD/$1" +dest_path="$PWD/curtis/$1" [ -f "$dest_path" ] && error "$dest_path already exists" [ -f "$source_path" ] || error "$source_path does not exist" |