diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 282d8c9..d9108b3 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -343,6 +343,20 @@ ascii() { fi } +gpxImporter() { + cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/ + go run main.go + cd - +} + +tr+1() { + echo "$1" | tr 'a-z' 'b-za' +} + +tr-1() { + echo "$1" | tr 'b-za' 'a-z' +} + # --- # mounting @@ -385,15 +399,6 @@ nas() { # alias iso-unmount="sudo umount /media/iso" # -# --- -# miscellaneous stuff -# --- -gpxImporter() { - cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/ - go run main.go - cd - -} - # --- # multimedia diff --git a/dots/bin/azurevpnclient_GLib-GIO-CRITICAL_fix.sh b/dots/bin/azurevpnclient_GLib-GIO-CRITICAL_fix.sh old mode 100644 new mode 100755