From d48f25c79e000154225f48c4ceb29341043e361f Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 24 May 2022 22:00:39 -0400 Subject: [PATCH] Fix some incompatibilities --- .config/fish/fish_variables | 2 +- .tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 4609fb8..50ed3bf 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -2,7 +2,7 @@ # VERSION: 3.0 SETUVAR __done_min_cmd_duration:10000 SETUVAR __done_notification_urgency_level:low -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3100 SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:005fd7 diff --git a/.tmux.conf b/.tmux.conf index 170fa5f..e19230e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,7 +9,7 @@ setw -q -g utf8 on set -g mouse on -set-option -g default-shell /usr/bin/fish +set-option -g default-shell /usr/bin/bash # -- display ------------------------------------------------------------------ set -g base-index 1