mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
Fixes broken tmux-sessionator-path on mymini
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Adapted from: https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer
|
# Adapted from: https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer
|
||||||
|
|
||||||
DEBUG=
|
debug="${DEBUG}"
|
||||||
|
|
||||||
#################### Options ####################
|
#################### Options ####################
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ zparseopts -D -- \
|
|||||||
#################### Helpers ####################
|
#################### Helpers ####################
|
||||||
|
|
||||||
function debug_print {
|
function debug_print {
|
||||||
if [ -n "$DEBUG" ]; then
|
if [ -n "$debug" ]; then
|
||||||
echo "DEBUG: $1"
|
echo "DEBUG: $1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export ANSIBLE_VAULT_PASSWORD_FILE="$XDG_DATA_HOME/ansible/.vaultpwd"
|
|||||||
export DEFAULT_VAULT_PASSWORD_FILE="$XDG_DATA_HOME/ansible/.vaultpwd"
|
export DEFAULT_VAULT_PASSWORD_FILE="$XDG_DATA_HOME/ansible/.vaultpwd"
|
||||||
|
|
||||||
# Tmux-Sessionator path.
|
# Tmux-Sessionator path.
|
||||||
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$LOCAL_REPOS:$REPOS:$GH_REPOS"
|
export TMUX_SESSIONATOR_PATH="$HOME:$SCRIPTS:$LOCAL_REPOS:$REPOS:$ANSIBLE_LOCAL:$GHREPOS"
|
||||||
|
|
||||||
# Password-store
|
# Password-store
|
||||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
|
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
|
||||||
|
|||||||
Reference in New Issue
Block a user