From ce695f3273c7ee430e176db7d1b1a1b2ba277f35 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 3 Dec 2024 15:40:14 +0100 Subject: [PATCH] implemented kitten ssh overriding ssh --- .bashrc | 3 +++ .zshrc | 3 +++ desktopenvs/hyprland/kitty/kitty.conf | 1 + 3 files changed, 7 insertions(+) diff --git a/.bashrc b/.bashrc index 69bf2c1..6cfd89b 100644 --- a/.bashrc +++ b/.bashrc @@ -37,6 +37,9 @@ function gitf() { alias icat="kitten icat" alias cls="clear" +alias ssh="kitten ssh" +alias ssk="kitten ssh" + alias t="wd" function y() { diff --git a/.zshrc b/.zshrc index 673517f..d0b7bc1 100755 --- a/.zshrc +++ b/.zshrc @@ -139,6 +139,9 @@ function gitf() { alias icat="kitten icat" alias cls="clear" +alias ssk="kitten ssh" +alias ssh="kitten ssh" + alias t="wd" function y() { diff --git a/desktopenvs/hyprland/kitty/kitty.conf b/desktopenvs/hyprland/kitty/kitty.conf index 00d1940..333e066 100644 --- a/desktopenvs/hyprland/kitty/kitty.conf +++ b/desktopenvs/hyprland/kitty/kitty.conf @@ -10,3 +10,4 @@ background_blur 1 shell_integration no_cursor editor micro confirm_os_window_close 0 +map f1 new_window_with_cwd