cleaning 💩 up

This commit is contained in:
Jorge Morante 2016-08-23 08:45:13 +02:00
parent 2c4140e47a
commit 1c85b1c802
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ source $CURRENT_DIR/actions.sh
source $CURRENT_DIR/hints.sh
source $CURRENT_DIR/utils.sh
LOG_PATH=$CURRENT_DIR/../fingers.log
FINGERS_COPY_COMMAND=$(tmux show-option -gqv @fingers-copy-command)
current_pane_id=$1

View File

@ -21,6 +21,5 @@ function show_hints_and_swap() {
fingers_pane_id=$2
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"
clear_screen "$fingers_pane_id"
cat | FINGER_PATTERNS=$PATTERNS __awk__ -f $CURRENT_DIR/hinter.awk 3> $match_lookup_table 4>> $CURRENT_DIR/../fingers.log
cat $match_lookup_table >> $CURRENT_DIR/../fingers.log
cat | FINGER_PATTERNS=$PATTERNS __awk__ -f $CURRENT_DIR/hinter.awk 3> $match_lookup_table
}