- Add missing Fish configs (direnv, ssh function) - Add Tokyo Night theme for Ghostty - Complete Neovim scratch config sync - Rewrite install.sh for new structure - Add comprehensive README.md
4 lines
56 B
Fish
4 lines
56 B
Fish
function ssh
|
|
TERM=xterm-256color command ssh $argv
|
|
end
|