mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix typo causing tmuxifier to not be loaded
This commit is contained in:
@@ -11,7 +11,7 @@ if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then
|
||||
fi
|
||||
|
||||
# Tmuxifier
|
||||
if [ -f "$DOTSHELL/tmux/tmuxifier" ]; then
|
||||
if [ -d "$DOTSHELL/tmux/tmuxifier" ]; then
|
||||
export TMUXIFIER="$DOTSHELL/tmux/tmuxifier"
|
||||
export TMUXIFIER_LAYOUT_PATH="$DOTFILES/private/tmux-layouts"
|
||||
[[ -s "$TMUXIFIER/init.sh" ]] && source "$TMUXIFIER/init.sh"
|
||||
|
||||
Reference in New Issue
Block a user