Add system-type filters, add git-clone handling to main script
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
local omitted_dirs=(
 | 
			
		||||
tmux_omitted_dirs=(
 | 
			
		||||
    $HOME
 | 
			
		||||
    $DIR_HOME_BOX
 | 
			
		||||
    $DIR_DEV
 | 
			
		||||
    $DIR_GIT_PROJECTS
 | 
			
		||||
)
 | 
			
		||||
[[ ! ${omitted_dirs[(re)$(pwd)]} ]] &&
 | 
			
		||||
[[ ! ${tmux_omitted_dirs[(re)$(pwd)]} ]] &&
 | 
			
		||||
    tmux new-window -d -n cmd &&
 | 
			
		||||
    tmux rename-window $EDITOR &&
 | 
			
		||||
    $EDITOR .
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user