Add shell aliases for headphones (finally)

This commit is contained in:
Alexander Bantyev 2021-10-31 11:22:24 +03:00
parent e721037820
commit b4ad926d08
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -66,6 +66,8 @@
"post" = ''curl -F"file=@-" https://0x0.st''; "post" = ''curl -F"file=@-" https://0x0.st'';
"cat" = "${pkgs.bat}/bin/bat"; "cat" = "${pkgs.bat}/bin/bat";
"ls" = "${pkgs.exa}/bin/exa"; "ls" = "${pkgs.exa}/bin/exa";
"hpc" = "bluetoothctl connect CC:98:8B:C0:FC:D2";
"hpd" = "bluetoothctl disconnect CC:98:8B:C0:FC:D2";
}; };
initExtra = '' initExtra = ''
cmdignore=(htop tmux top vim) cmdignore=(htop tmux top vim)