Finish initial setup of tmux-sessionizer

This commit is contained in:
2025-01-18 14:14:54 -06:00
parent 2789694833
commit 2f1939f4c9
10 changed files with 67 additions and 66 deletions

8
post_config_01 Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/zsh
mkdirs_after_setting_shell_env_vars() {
[[ ! -d $HOMEBOX ]] && mkdir $HOMEBOX
[[ ! -d $DEVDIR ]] && mkdir $DEVDIR
}
mkdirs_after_setting_shell_env_vars