mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-28 15:46:14 +00:00
fix: parenthesis are unneeded around builtins
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
|
||||
fn report-pwd {
|
||||
use platform
|
||||
printf "\e]7;file://%s%s\a" (platform:hostname) ($pwd)
|
||||
printf "\e]7;file://%s%s\a" platform:hostname $pwd
|
||||
}
|
||||
|
||||
fn sudo-with-terminfo {|@args|
|
||||
|
||||
Reference in New Issue
Block a user