summaryrefslogtreecommitdiffstats
path: root/fish/functions/rcal1w_small.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/rcal1w_small.fish')
-rw-r--r--fish/functions/rcal1w_small.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/rcal1w_small.fish b/fish/functions/rcal1w_small.fish
new file mode 100644
index 0000000..1232b64
--- /dev/null
+++ b/fish/functions/rcal1w_small.fish
@@ -0,0 +1,3 @@
+function rcal1w_small --wraps='ssh bobbins rem -cca+1 -w140 -m' --description 'alias rcal1w_small=ssh bobbins rem -cca+1 -w140 -m'
+ ssh bobbins rem -cca+1 -w140 -m $argv;
+end