Finish initial setup of tmux-sessionizer
This commit is contained in:
8
post_config_01
Executable file
8
post_config_01
Executable 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
|
Reference in New Issue
Block a user