.bashrc fix
This commit is contained in:
parent
6b1348e865
commit
4226d0b422
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user