get.porter.sh/porter@v1.3.0/pkg/editor/editor_nix.go (about) 1 //go:build !windows 2 3 package editor 4 5 const defaultEditor = "vi" 6 const defaultShell = "sh" 7 const shellCommandFlag = "-c"