diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 0c332cd..4b46307 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -390,7 +390,7 @@ nas() { # --- gpxImporter() { cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/ - go run importer.go + go run main.go cd - }