Kill this weird pattern

This commit is contained in:
David Heinemeier Hansson
2026-05-17 21:55:53 +02:00
parent c706a244d7
commit 671dd4698c
13 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ while (($#)); do
done
if [[ ! -f $config_file ]]; then
default_config="${OMARCHY_PATH:-$HOME/.local/share/omarchy}/config/tmux/tmux.conf"
default_config="$OMARCHY_PATH/config/tmux/tmux.conf"
if [[ -f $default_config ]]; then
config_file="$default_config"