chore: remove commented-out code from plugin entry point
This commit is contained in:
@@ -2,9 +2,5 @@
|
|||||||
|
|
||||||
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
# "$CURRENT_DIR/scripts/main.sh"
|
|
||||||
|
|
||||||
# tmux bind-key -T prefix r display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/main.sh"
|
|
||||||
|
|
||||||
tmux bind-key -T prefix r run-shell "$CURRENT_DIR/scripts/main.sh reminders"
|
tmux bind-key -T prefix r run-shell "$CURRENT_DIR/scripts/main.sh reminders"
|
||||||
tmux bind-key -T prefix c run-shell "$CURRENT_DIR/scripts/main.sh calendar"
|
tmux bind-key -T prefix c run-shell "$CURRENT_DIR/scripts/main.sh calendar"
|
||||||
|
|||||||
Reference in New Issue
Block a user