From 00875cdb0ba48e9d075bfaa10ffe39c6984d1b23 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Thu, 5 Dec 2019 01:59:23 +0100 Subject: [PATCH] Change mosquitto aliases to m{pub,sub} --- nixos/layers/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix index 8300a52..9bd6cec 100644 --- a/nixos/layers/zsh.nix +++ b/nixos/layers/zsh.nix @@ -42,8 +42,8 @@ fi copy = "xclip -selection c -i"; paste = "xclip -selection c -o"; - mqtt_sub = "mosquitto_sub"; - mqtt_pub = "mosquitto_pub"; + msub = "mosquitto_sub"; + mpub = "mosquitto_pub"; myip = "drill @resolver1.opendns.com any myip.opendns.com"; myipv4 = "drill -4 @resolver1.opendns.com any myip.opendns.com"; -- GitLab