From 4226d0b422a0861a0741c02aa046324c312615a0 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 30 Sep 2023 22:28:34 -0600 Subject: [PATCH] .bashrc fix --- workstation/configuration.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index b116e4c..88db8b0 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -761,11 +761,11 @@ programs.bash = { f = "fzf --multi --exact -i"; sc = "systemctl --user"; jc = "journalctl --user -xefu"; - open-gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl \ - && xdg-open \"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\""; - unique-extensions = "fd -tf | rev | cut -d. -f1 | rev \ - | tr '[:upper:]' '[:lower:]' | sort \ - | uniq --count | sort -rn"; + open-gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl && + xdg-open \"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\""; + unique-extensions = "fd -tf | rev | cut -d. -f1 | rev | + tr '[:upper:]' '[:lower:]' | sort | + uniq --count | sort -rn"; }; enableVteIntegration = true; initExtra = ''