diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:10:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:10:36 +0530 |
| commit | 770f298be647deb4fd87031b8089e4c4b0e43133 (patch) | |
| tree | 858a059217604cc368406f29f135cc0ccb8d0d9b /scripts/open-project.sh | |
| parent | 973492cbbb1172f6db80ae51e52f53bf34c625ae (diff) | |
| download | nixos-config-770f298be647deb4fd87031b8089e4c4b0e43133.tar.gz nixos-config-770f298be647deb4fd87031b8089e4c4b0e43133.zip | |
Script changes for system
Diffstat (limited to '')
| -rwxr-xr-x | scripts/open-project.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/open-project.sh b/scripts/open-project.sh index 7fb9ca7..320f938 100755 --- a/scripts/open-project.sh +++ b/scripts/open-project.sh @@ -26,10 +26,10 @@ case "$projtype" in esac if [ ! -z "$fulldir" ]; then - if [ ! -d "$fulldir" ]; then - mkdir -p $fulldir; - notify-send "Created new project at $fulldir"; - fi; + # if [ ! -d "$fulldir" ]; then + # mkdir -p $fulldir; + # notify-send "Created new project at $fulldir"; + # fi; ~/scripts/sessions/project.sh "$fulldir"; fi; |
