Finish initial setup of tmux-sessionizer

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent f777f7632b
commit ac18569866
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