You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #4 , but I want the start directory to $HOME for every new session. I went ahead and made the changes for this to work correctly, and haven't yet encountered any issues.
You can apply the changes I made by running either command shown here (both will create non-staged changes) git apply startingDirectoriesPatch.txt patch -p1 < startingDirectoriesPatch.txt
Here is the patch file startingDirectoriesPatch.txt
The text was updated successfully, but these errors were encountered:
comicsads
changed the title
Add option to chose working directory at start of a new session.
Add option to chose working directory that new sessions start in.
May 5, 2019
Similar to #4 , but I want the start directory to $HOME for every new session. I went ahead and made the changes for this to work correctly, and haven't yet encountered any issues.
You can apply the changes I made by running either command shown here (both will create non-staged changes)
git apply startingDirectoriesPatch.txt
patch -p1 < startingDirectoriesPatch.txt
Here is the patch file
startingDirectoriesPatch.txt
The text was updated successfully, but these errors were encountered: