Updating tmuxinator configs
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
layout=$( tmux display-message -p "#{window_layout}" )
|
||||
echo $layout
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
# Description: A script to list and start tmuxinator projects using fzf.
|
||||
|
||||
# Set the directory where your tmuxinator configuration files are located
|
||||
TMUXINATOR_CONFIG_DIR="${HOME}/.config/tmuxinator/"
|
||||
# TMUXINATOR_CONFIG_DIR="${HOME}/.config/tmuxinator/"
|
||||
TMUXINATOR_CONFIG_DIR="/etc/nixos/home/.config/tmuxinator/"
|
||||
|
||||
# Find all tmuxinator `.yml` files in the specified directory, remove path and extensions
|
||||
# project=$(find "$TMUXINATOR_CONFIG_DIR" -type f -name "*.yml" | sed 's|.*/||;s|\.yml$||' | \
|
||||
|
||||
Reference in New Issue
Block a user