fix: parenthesis are unneeded around builtins

This commit is contained in:
Hanna
2025-04-07 16:09:43 -04:00
committed by GitHub
parent 9808c13796
commit 77f5fe2560

View File

@@ -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|