diff --git a/.config/espanso/match/base.yml b/.config/espanso/match/base.yml index 382123b6..f9344ff5 100644 --- a/.config/espanso/match/base.yml +++ b/.config/espanso/match/base.yml @@ -143,6 +143,9 @@ matches: - trigger: ";sh" replace: "#!/usr/bin/env bash" + - trigger: ";str" + replace: "'use strict'" + - trigger: ";loc" replace: "localhost:" diff --git a/bst/config.h b/bst/config.h index e16ee377..e0d62d6d 100644 --- a/bst/config.h +++ b/bst/config.h @@ -152,7 +152,7 @@ static unsigned int cursorshape = 2; */ // static unsigned int cols = 80; -static unsigned int cols = 140; +static unsigned int cols = 150; // static unsigned int rows = 24; static unsigned int rows = 41; diff --git a/bst/st b/bst/st new file mode 100755 index 00000000..d0ef831a Binary files /dev/null and b/bst/st differ diff --git a/bst/x.o b/bst/x.o index 5bdeb9a9..08fc0958 100644 Binary files a/bst/x.o and b/bst/x.o differ diff --git a/st/st b/st/st new file mode 100755 index 00000000..f0bf76ab Binary files /dev/null and b/st/st differ