From b32657d43e9cd34b9cb1b7004d2bd3a6df7b6ff0 Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Fri, 8 Aug 2025 06:41:48 -0500 Subject: [PATCH] /+ tr+1 tr-1 --- dots/bash/.bashrc | 23 +++++++++++-------- .../azurevpnclient_GLib-GIO-CRITICAL_fix.sh | 0 2 files changed, 14 insertions(+), 9 deletions(-) mode change 100644 => 100755 dots/bin/azurevpnclient_GLib-GIO-CRITICAL_fix.sh 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