dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 1662c4789685d54fe372546293929d2dc4af8af7
parent cba7a40a4d15ff691d97462c6dd5902dcbc682d3
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue, 25 Jan 2022 12:55:04 -0500

Update .bin/imca

Diffstat:
Mhome/.bin/imca | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/home/.bin/imca b/home/.bin/imca @@ -18,6 +18,9 @@ tmux send-keys -t imca:0.2 'export FLASK_APP=flask_imca' C-m tmux send-keys -t imca:0.2 'flask webpack run watch &' C-m tmux send-keys -t imca:0.2 'find src/flask_imca/webpack | entr -c flask webpack create' C-m -tmux select-pane -t imca:0.0 +tmux new-window -c ~/Development/flask_imca +tmux send-keys -t imca:1.0 'source venv/bin/activate' C-m +tmux select-window -t imca:0 +tmux select-pane -t imca:0.0 tmux attach -t imca