Kevin Heinicke %!s(int64=7) %!d(string=hai) anos
pai
achega
ae7aa9f5fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -19,7 +19,7 @@ fi
 # random string function
 random-string()
 {
-  LC_CTYPE=C tr -dc A-Za-z0-9 < /dev/urandom | fold -w ${1:-32} | head -n 1
+  LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | fold -w ${1:-32} | head -n 1
 }
 
 # make code printable with pandocs