Switch heliox cli from abbreviation to alias

This commit is contained in:
GHOSCHT 2023-12-23 01:14:22 +01:00
parent bf3b33b0ed
commit bfb61c34b8
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -16,13 +16,11 @@
lzg = "lazygit"; lzg = "lazygit";
lzd = "lazydocker"; lzd = "lazydocker";
batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"''; batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"'';
hxoff = "~/Documents/heliox-cli/target/debug/heliox-cli --mode off"; hx = "~/Documents/heliox-cli/target/debug/heliox-cli --mode";
hxson = "~/Documents/heliox-cli/target/debug/heliox-cli --mode son";
slp = "systemctl suspend"; slp = "systemctl suspend";
sdn = "shutdown 0"; sdn = "shutdown 0";
}; };
shellAbbrs = { shellAbbrs = {
hx = "~/Documents/heliox-cli/target/debug/heliox-cli --mode";
build = "bash sdk/scripts/open_trentos_build_env.sh sdk/build-system.sh sdk/demos/demo_hello_world rpi3 build-rpi3-Debug-demo_hello_world -DCMAKE_BUILD_TYPE=Debug"; build = "bash sdk/scripts/open_trentos_build_env.sh sdk/build-system.sh sdk/demos/demo_hello_world rpi3 build-rpi3-Debug-demo_hello_world -DCMAKE_BUILD_TYPE=Debug";
simbuild = "bash sdk/scripts/open_trentos_build_env.sh sdk/build-system.sh sdk/demos/demo_hello_world zynq7000 build-zynq7000-Debug-demo_hello_world -DCMAKE_BUILD_TYPE=Debug"; simbuild = "bash sdk/scripts/open_trentos_build_env.sh sdk/build-system.sh sdk/demos/demo_hello_world zynq7000 build-zynq7000-Debug-demo_hello_world -DCMAKE_BUILD_TYPE=Debug";
sim = "sudo bash ../sdk/scripts/open_trentos_test_env.sh ./simulate"; sim = "sudo bash ../sdk/scripts/open_trentos_test_env.sh ./simulate";