commit 9efc495c8aab5a6bf21163938139cb079620532c parent 3414ec79b40013cc74d055d44bea7548137d0e9e Author: mpizzzle <m@michaelpercival.xyz> Date: Thu, 2 Jul 2020 11:48:45 +0100 somtimes having everything in spanish is tiring. Diffstat:
| M | .config/aliasrc | | | 3 | ++- |
| M | .local/bin/next.sh | | | 2 | +- |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.config/aliasrc b/.config/aliasrc @@ -40,4 +40,5 @@ alias e="emoji.sh" ex="extract.sh" bonsai="bonsai.sh" - clip="tr -d 'n' | xclip -selection clipboard" + clip="tr -d 'n' | xclip -selection clipboard" + en="export LANG='en_GB.UTF-8'" diff --git a/.local/bin/next.sh b/.local/bin/next.sh @@ -1,3 +1,3 @@ #!/bin/sh -psql spanish-dictionary -c "SELECT * FROM dictionary WHERE next_appearance < current_timestamp ORDER BY next_appearance" | grep filas +psql spanish-dictionary -c "SELECT * FROM dictionary WHERE next_appearance < current_timestamp ORDER BY next_appearance" | tail -n 2 | sed q