mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
elvish: fix platform:hostname function call syntax
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
|
||||
fn report-pwd {
|
||||
use platform
|
||||
printf "\e]7;kitty-shell-cwd://%s%s\a" platform:hostname $pwd
|
||||
printf "\e]7;kitty-shell-cwd://%s%s\a" (platform:hostname) $pwd
|
||||
}
|
||||
|
||||
fn sudo-with-terminfo {|@args|
|
||||
|
Reference in New Issue
Block a user