From cf3eefda31e98d4725a64000861a388ba7708c62 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 21 Jul 2021 15:53:52 +0300 Subject: feat!: move to GNU Stow, remove wiki --- .local/bin/tmuxinator-menu.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 .local/bin/tmuxinator-menu.sh (limited to '.local/bin/tmuxinator-menu.sh') diff --git a/.local/bin/tmuxinator-menu.sh b/.local/bin/tmuxinator-menu.sh deleted file mode 100755 index 4dfcc14..0000000 --- a/.local/bin/tmuxinator-menu.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -PROJECTS_DIR=~/.config/tmuxinator - -ls $PROJECTS_DIR | sed 's/\.yml//g' | dmenu -l 10 | xargs tmuxinator start -- cgit v1.2.3