summaryrefslogtreecommitdiff
path: root/.bash_profile
AgeCommit message (Collapse)Author
2021-05-01test gpg with another keyxyz
2021-05-01test gpgxyz
2021-04-23add kvantum theme enginexyz
2021-04-17inputrc bash vi mode and zoxidexyz
2021-04-11simplified chinese input method & .bash_profile changexyz
="hl opt">;; F) tz_from="$OPTARG";; # one extra ',' at the end will not let `for tz in ...` loop one extra time? t) for i in $(seq "$OPTARG"); do tz_to="$(tzselect),$tz_to" done;; T) tz_to="$OPTARG,$tz_to";; \?) exit 1;; esac done shift $((OPTIND-1))