implemented kitten ssh overriding ssh
parent
45f078840c
commit
ce695f3273
3
.bashrc
3
.bashrc
|
|
@ -37,6 +37,9 @@ function gitf() {
|
||||||
alias icat="kitten icat"
|
alias icat="kitten icat"
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
|
|
||||||
|
alias ssh="kitten ssh"
|
||||||
|
alias ssk="kitten ssh"
|
||||||
|
|
||||||
alias t="wd"
|
alias t="wd"
|
||||||
|
|
||||||
function y() {
|
function y() {
|
||||||
|
|
|
||||||
3
.zshrc
3
.zshrc
|
|
@ -139,6 +139,9 @@ function gitf() {
|
||||||
alias icat="kitten icat"
|
alias icat="kitten icat"
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
|
|
||||||
|
alias ssk="kitten ssh"
|
||||||
|
alias ssh="kitten ssh"
|
||||||
|
|
||||||
alias t="wd"
|
alias t="wd"
|
||||||
|
|
||||||
function y() {
|
function y() {
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,4 @@ background_blur 1
|
||||||
shell_integration no_cursor
|
shell_integration no_cursor
|
||||||
editor micro
|
editor micro
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
map f1 new_window_with_cwd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue