refactor home/tiling
refactor home/terminal refactor home/apps refactor home/services refactor home/games
This commit is contained in:
parent
8c43814c4e
commit
52f48ab978
31 changed files with 39 additions and 21 deletions
5
home/terminal/fish_functions/kitty-ssh.fish
Normal file
5
home/terminal/fish_functions/kitty-ssh.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if set -q KITTY_WINDOW_ID
|
||||
kitty +kitten ssh $argv
|
||||
else
|
||||
command ssh $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue