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)"