From 75a329884c53f310efb8349ccb1593d7bce705f1 Mon Sep 17 00:00:00 2001 From: phajw Date: Fri, 26 Apr 2024 23:14:54 +0200 Subject: Add arduino stuff --- shell/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/zsh') diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 7c1de09..86bd04f 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -57,7 +57,8 @@ export GEM="/home/fw/.local/share/gem/ruby/3.0.0/bin" alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' alias acl='arduino-cli' -alias acl='arduino-cli compile' +alias acla='arduino-cli compile --fqbn arduino:avr:uno' +alias acla='arduino-cli compile' alias aclbl='arduino-cli board list' alias ls='eza -l --icons --color=always' -- cgit v1.2.3