diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-29 12:50:19 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-29 12:50:19 +0100 |
commit | 2f7fcebb06e6c12a0f9149958cf85d9cc5e0041f (patch) | |
tree | 4a4d69ca67121a6343e76d6628824238fc4ea579 /fish/functions/rcal2m.fish | |
parent | ab5bd14df0e25020c2d74e2b9bff35a9d56248d6 (diff) |
narrowed remind view for small laptops
Diffstat (limited to 'fish/functions/rcal2m.fish')
-rw-r--r-- | fish/functions/rcal2m.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/functions/rcal2m.fish b/fish/functions/rcal2m.fish index 1dcf194..e8b4b70 100644 --- a/fish/functions/rcal2m.fish +++ b/fish/functions/rcal2m.fish @@ -1,3 +1,3 @@ function rcal2m --wraps='ssh bobbins rem -cca2 -w160 -m' --description 'alias rcal2m=ssh bobbins rem -cca2 -w160 -m' - ssh bobbins rem -cca2 -w160 -m $argv; + ssh bobbins rem -cca2 -w140 -m $argv; end |