mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -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}"
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue