From 9e6c674300cc03890fa4ff0b0615485671255476 Mon Sep 17 00:00:00 2001
From: jultty
Date: Sat, 6 Jul 2024 18:27:11 -0300
Subject: [PATCH] Introducing tori: Standardize function names
---
posts/introducing-tori.html | 6 +++---
posts/md/introducing-tori.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/posts/introducing-tori.html b/posts/introducing-tori.html
index 4439af8..5d6f8a2 100644
--- a/posts/introducing-tori.html
+++ b/posts/introducing-tori.html
@@ -141,9 +141,9 @@ file that I use to manage all function calls:
place kernel-cmd-line.conf /etc/dracut.conf.d
check_link /etc/localtime /usr/share/zoneinfo/America/Sao_Paulo
- nix_get tailspin tspin
- cargo_get taplo-cli taplo --locked
- bun_get bash-language-server
+ get_nix tailspin tspin
+ get_cargo taplo-cli taplo --locked
+ get_bun bash-language-server
get_bin 'https://raw.githubusercontent.com/hackerb9/lsix/master/lsix' lsix
check_gsettings gtk-theme 'Plata-Noir'
diff --git a/posts/md/introducing-tori.md b/posts/md/introducing-tori.md
index 2c5682e..c3d8b68 100644
--- a/posts/md/introducing-tori.md
+++ b/posts/md/introducing-tori.md
@@ -33,9 +33,9 @@ To get a better idea, see the code snippet below. It's from the main file that I
place kernel-cmd-line.conf /etc/dracut.conf.d
check_link /etc/localtime /usr/share/zoneinfo/America/Sao_Paulo
- nix_get tailspin tspin
- cargo_get taplo-cli taplo --locked
- bun_get bash-language-server
+ get_nix tailspin tspin
+ get_cargo taplo-cli taplo --locked
+ get_bun bash-language-server
get_bin 'https://raw.githubusercontent.com/hackerb9/lsix/master/lsix' lsix
check_gsettings gtk-theme 'Plata-Noir'