mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 10:07:05 -06:00
fix chcode alias function not applying all args
This commit is contained in:
@@ -32,7 +32,7 @@ function gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}
|
|||||||
|
|
||||||
function chcode() {
|
function chcode() {
|
||||||
EDITOR="code --wait"
|
EDITOR="code --wait"
|
||||||
chezmoi edit $1
|
chezmoi edit $@
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add an "alert" alias for long running commands. Use like so:
|
# Add an "alert" alias for long running commands. Use like so:
|
||||||
|
|||||||
Reference in New Issue
Block a user