Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

missing OhMyZsh file? #4

Open
WMahoney09 opened this issue Nov 23, 2020 · 1 comment
Open

missing OhMyZsh file? #4

WMahoney09 opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@WMahoney09
Copy link
Owner

WMahoney09 commented Nov 23, 2020

post install script

$ source ~/.zshrc
/Users/willmahoney/.zshrc:source:73: no such file or directory: /Users/wmahoney/.oh-my-zsh/oh-my-zsh.sh
/Users/willmahoney/.zshrc:142: command not found: rbenv
@WMahoney09 WMahoney09 self-assigned this Nov 23, 2020
@WMahoney09 WMahoney09 added the bug Something isn't working label Nov 23, 2020
@WMahoney09
Copy link
Owner Author

possibly caused by:

 for file in $files; do
     echo "Moving .$file from ~ to $backupdir/$timestamp"
-    mv ~/.$file ~/$backupdir/$timestamp/
+    mv ~/.$file $backupdir/$timestamp/.$file  ## <- this fixes the path ($backupdir already includes ~/)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant