fix: parenthesis are unneeded around builtins
parent
9808c13796
commit
77f5fe2560
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
fn report-pwd {
|
fn report-pwd {
|
||||||
use platform
|
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|
|
fn sudo-with-terminfo {|@args|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue