From 65398f5b57aabc3125d8d2d899148dbf8d99f036 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Wed, 9 Dec 2020 20:25:46 +0100 Subject: [PATCH] added cube alias' --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 436ea05..20cc007 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -67,6 +67,9 @@ alias pull='git pull origin' alias push='git push origin' alias status='git status' +#st programs +alias cubeide='~/st/stm32cubeide_1.5.0/stm32cubeide' +alias cubemx='/usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX' ### AUTOSTART ### #vi mode