From 9ca432ef3896fb229a0745e8284b4221e9b64b87 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Tue, 26 Apr 2022 10:04:33 -0700 Subject: [PATCH] updated kitty sessions to use zsh instead of bash --- kitty/session | 4 ++-- kitty/session2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kitty/session b/kitty/session index e77d046f..7513aa36 100644 --- a/kitty/session +++ b/kitty/session @@ -3,5 +3,5 @@ layout fat:bias=90;full_size=1;mirrored=false # Set the working directory for windows in the current tab # cd ~ # Create a window and run the specified command in it -launch bash -launch bash +launch zsh +launch zsh diff --git a/kitty/session2 b/kitty/session2 index 4a94fe74..2a272a22 100644 --- a/kitty/session2 +++ b/kitty/session2 @@ -3,5 +3,5 @@ layout tall:bias=50;full_size=1;mirrored=false # Set the working directory for windows in the current tab # cd ~ # Create a window and run the specified command in it -launch bash -launch bash +launch zsh +launch zsh