Skip to content

Commit

Permalink
fix full tmux config if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
intrudir committed Apr 17, 2024
1 parent 8437c6d commit 4075c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@ if [[ $type == 'full' ]]; then

if ! grep -q "run-shell \"/opt/tmux/tmux-power/tmux-power.tmux\"" ~/.tmux.conf; then
echo -e "\n# Tmux themes\nrun-shell \"/opt/tmux/tmux-power/tmux-power.tmux\"" >> ~/.tmux.conf
fi
fi

0 comments on commit 4075c76

Please sign in to comment.