aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-03 14:34:52 -0400
committerBlista Kanjo2023-07-03 14:34:52 -0400
commit4f073872e8396502b9018115fcf676a6664bfc02 (patch)
tree81bfb441f810e25237d1a7077b2984009882b31b
parent6686161cc22340c50dc24238c3785463700dde10 (diff)
update: README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 263f789..e4beb5b 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,5 @@ personal collection of config files for my Linux set-up. I mostly use a cringe-l
### note:
-i am currently using the `coreutils-hybrid` package on Arch Linux which integrates the Rust uutils alongside the GNU coreutils. You may want to remove the fish aliases involving the uutils, plan 9 utils, and alternate commands involving the coreutils to make my fish config work on your system.
+~~i am currently using the `coreutils-hybrid` package on Arch Linux which integrates the Rust uutils alongside the GNU coreutils. You may want to remove the fish aliases involving the uutils, plan 9 utils, and alternate commands involving the coreutils to make my fish config work on your system.~~
+i have reverted back to using the default GNU `coreutils` package from the ***core*** Arch Linux repository. This decision was prompted by the discovery of a bug in the rust-uutils version of the `tr` command, which inadvertently caused some of my scripts to malfunction when attempting to retrieve values from `/dev/urandom`. as a result, my `config.fish` file should now function correctly on any standard Linux distribution without requiring any modifications or the removal of the rust-uutils/plan9 aliases previously present in my `config.fish` file. please note that for the pre-aliased `yt-*` commands to work, you will need to have `yt-dlp` or `youtube-dl` installed.