Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,12 @@
---
title: "Aliases for Snaps and Flatpaks"
date: 2022-02-04T20:29:04-05:00
date: 2022-02-04 20:29:04-05:00
draft: false
tags: ["Linux"]
math: false
medium_enabled: true
medium_post_id: 5f51916cafd3
tags:
- Linux
title: Aliases for Snaps and Flatpaks
---
Sometimes snap packages and flatpaks come with unmemorable names to run their commands. Luckily for snap packages, you can easily alias them. For example, to rename the .NET executable to `dotnet` run.
@ -34,5 +36,4 @@ done
# main
launch_app "${1}"
```
```