diff options
| author | Blista Kanjo | 2023-07-03 14:41:06 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-03 14:41:06 -0400 |
| commit | 4c3ef1f3ffbceb24443fc238e66c5bc3b0ff05fe (patch) | |
| tree | a5130188135e2940450971f8fae20b2fb8100041 | |
| parent | 25aab7750bd94b3893db3cca01e826cfe0f957b4 (diff) | |
update: README.md (07/03)
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,4 +11,7 @@ personal collection of config files for my Linux set-up. I mostly use a cringe-l ~~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. +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 fish shell config should now function correctly on most standard Linux distributions without requiring any modification 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. |
