feat(www)!: update ssh
command to send $TERM_PROGRAM
This commit is contained in:
parent
4aebf61533
commit
e7caac4dd7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import { onMount } from 'svelte';
|
||||
import { crossfade, fade } from 'svelte/transition';
|
||||
|
||||
const command = 'ssh devcomp.xyz';
|
||||
const command = 'ssh -o SendEnv=TERM_PROGRAM devcomp.xyz';
|
||||
const cursor = '█'
|
||||
|
||||
let showCheckmark = $state(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue