From f9031f4162ecc3f767b864789249e1d2e3c7baf1 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 16 Feb 2025 17:17:37 +0100 Subject: [PATCH] still need to figure out how to make kitten ssh work well --- .zshrc | 3 +-- desktopenvs/hyprland/kitty/bash-remoteconf | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 9d049ed..bcc6fd6 100755 --- a/.zshrc +++ b/.zshrc @@ -154,8 +154,7 @@ alias icat="kitten icat" alias cls="clear" alias c="cls" -alias ssk="kitten ssh" -alias ssh="kitten ssh" +alias kssh="kitten ssh" alias serial="sudo tio -a latest" diff --git a/desktopenvs/hyprland/kitty/bash-remoteconf b/desktopenvs/hyprland/kitty/bash-remoteconf index b045323..52f0786 100644 --- a/desktopenvs/hyprland/kitty/bash-remoteconf +++ b/desktopenvs/hyprland/kitty/bash-remoteconf @@ -17,6 +17,9 @@ alias ..="cd .." alias m="micro" alias sm="sudo micro" +alias n="nano" +alias sn="sudo nano" + alias gita="git add ." alias gitc="git commit -m" alias gitp="git push" @@ -51,7 +54,7 @@ function y() { rm -f -- "$tmp" } - +export TERM=xterm-256color #eval "$(starship init bash)"