diff --git a/profiles/workspace/zsh.nix b/profiles/workspace/zsh.nix index 5fc4c9e..8bc76b7 100755 --- a/profiles/workspace/zsh.nix +++ b/profiles/workspace/zsh.nix @@ -66,6 +66,8 @@ "post" = ''curl -F"file=@-" https://0x0.st''; "cat" = "${pkgs.bat}/bin/bat"; "ls" = "${pkgs.exa}/bin/exa"; + "hpc" = "bluetoothctl connect CC:98:8B:C0:FC:D2"; + "hpd" = "bluetoothctl disconnect CC:98:8B:C0:FC:D2"; }; initExtra = '' cmdignore=(htop tmux top vim)