Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a90195d

Browse files
Create change-working-dir.hook
1 parent 81eb6ed commit a90195d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AppDir/bin/change-working-dir.hook

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
dir=$HOME/Documents/Simitone
3+
mkdir -p "$dir"
4+
cd "$dir"

0 commit comments

Comments
 (0)