removed tmux_sessionizer and windonizer becuase of fzf

This commit is contained in:
Jeremie Fraeys 2023-11-30 21:53:04 -05:00
parent fd722522db
commit e8af06eae9

View file

@ -42,15 +42,15 @@ jobs:
run: |
python aactivator.py
- name: Test tmux_sessionizer
run: |
chmod +x tmux_sessionizer
./tmux_sessionizer
- name: Test tmux_windownizer
run: |
chmod +x tmux_windownizer
./tmux_windownizer
# - name: Test tmux_sessionizer
# run: |
# chmod +x tmux_sessionizer
# ./tmux_sessionizer
#
# - name: Test tmux_windownizer
# run: |
# chmod +x tmux_windownizer
# ./tmux_windownizer
- name: Test setup_dev_environment.sh
run: |