Download:
child 181:9547811e4036
parent 179:711c51424a60
180:ae1f536486bc
Anton Shestakov <av6@dwimlabs.net>, Sat, 23 Mar 2019 21:13:39 +0800
.bashrc: a handy snippet for qrencode

1 файлов изменено, 4 вставок(+), 0 удалений(-) [+]
.bashrc file | annotate | diff | comparison | revisions
--- a/.bashrc Sat Mar 23 21:05:17 2019 +0800
+++ b/.bashrc Sat Mar 23 21:13:39 2019 +0800
@@ -59,6 +59,10 @@
# LC_ALL=en_US.UTF-8 "$HOME/hg/hg" "$@"
# }
+# qr() {
+# qrencode "$@" -o - | feh -
+# }
+
# Makes C-S visible to bash, so C-R and C-S search through history back and
# forward
stty -ixon