diff options
author | zachir <zachir@librem.one> | 2023-02-26 13:24:13 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 13:24:13 -0600 |
commit | 7a1beb8c5d4ce12dd7ede3c4407617f0e81f5a43 (patch) | |
tree | c8f213e7315e5575d7ba10a6fbf98eb28c80b265 | |
parent | 817615a1a9106da9eae8520f4508cb2d68c68e08 (diff) |
add sp dir (for scratchpads)
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | install.sh | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ blocks/ generics/ scripts/ shortcmds/ +sp/ # other directories flatpak-sc/ @@ -8,7 +8,8 @@ HTTP_BASE_URL="https://git.zachir.xyz/" SCRIPT_DIRS="blocks generics scripts -shortcmds" +shortcmds +sp" case "$1" in "-s"|"-S"|"-y"|"-Y") |