Last active
November 7, 2023 12:49
-
-
Save kcchien/2a119e2c231b49c42a469011285115c6 to your computer and use it in GitHub Desktop.
Revisions
-
Kuang-Cheng Chien revised this gist
May 5, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ Save code.fish in ~/.config/fish/functions -
Kuang-Cheng Chien created this gist
May 5, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ function code set location "$PWD/$argv" open -n -b "com.microsoft.VSCode" --args $location end