diff options
| author | Joe <rbo@gmx.us> | 2025-01-02 21:23:36 +0100 |
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2025-01-02 21:23:36 +0100 |
| commit | 8b2705427241816b9df05884c2fa79d465e6b069 (patch) | |
| tree | 2ae1312709c2fffe1546d8bd2eec64e6926cdd9b /.local/bin | |
| parent | up (diff) | |
| download | dotfiles-bsd-8b2705427241816b9df05884c2fa79d465e6b069.tar.gz dotfiles-bsd-8b2705427241816b9df05884c2fa79d465e6b069.tar.bz2 dotfiles-bsd-8b2705427241816b9df05884c2fa79d465e6b069.tar.xz dotfiles-bsd-8b2705427241816b9df05884c2fa79d465e6b069.tar.zst dotfiles-bsd-8b2705427241816b9df05884c2fa79d465e6b069.zip | |
up
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dmapps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index ec7a11a..51b0625 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -91,7 +91,7 @@ sub run exec("thunderbird"); } case "Arduino" { - exec("arduino"); + exec("arduino-ide"); } case "cool-retro-term" { exec("cool-retro-term"); |
