elvish: fix platform:hostname function call syntax
parent
b213c157f0
commit
5b4976f6ef
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Reference in New Issue