diff options
| author | phajw <dscr@duck.com> | 2024-04-26 23:14:54 +0200 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2024-04-26 23:14:54 +0200 |
| commit | 75a329884c53f310efb8349ccb1593d7bce705f1 (patch) | |
| tree | 76b3edde43c9636debc97690fd5fc94761437388 /shell | |
| parent | 1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (diff) | |
| download | dotfiles-75a329884c53f310efb8349ccb1593d7bce705f1.tar.gz dotfiles-75a329884c53f310efb8349ccb1593d7bce705f1.zip | |
Add arduino stuff
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
| 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' | 57 | alias dmenu='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' |
| 58 | 58 | ||
| 59 | alias acl='arduino-cli' | 59 | alias acl='arduino-cli' |
| 60 | alias acl='arduino-cli compile' | 60 | alias acla='arduino-cli compile --fqbn arduino:avr:uno' |
| 61 | alias acla='arduino-cli compile' | ||
| 61 | alias aclbl='arduino-cli board list' | 62 | alias aclbl='arduino-cli board list' |
| 62 | 63 | ||
| 63 | alias ls='eza -l --icons --color=always' | 64 | alias ls='eza -l --icons --color=always' |
