fix chcode alias function not applying all args

This commit is contained in:
2024-10-26 22:15:27 -05:00
parent 5ebbe1b4a9
commit aa1e53104c

View File

@@ -32,7 +32,7 @@ function gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}
function chcode() {
EDITOR="code --wait"
chezmoi edit $1
chezmoi edit $@
}
# Add an "alert" alias for long running commands. Use like so: