.bashrc fix
This commit is contained in:
parent
6b1348e865
commit
4226d0b422
@ -761,11 +761,11 @@ programs.bash = {
|
|||||||
f = "fzf --multi --exact -i";
|
f = "fzf --multi --exact -i";
|
||||||
sc = "systemctl --user";
|
sc = "systemctl --user";
|
||||||
jc = "journalctl --user -xefu";
|
jc = "journalctl --user -xefu";
|
||||||
open-gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl \
|
open-gallery = "cd /mnt/disk2/scrapping/JawZ/gallery-dl &&
|
||||||
&& xdg-open \"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\"";
|
xdg-open \"$(fd . ./ Husbands -tdirectory -d 1 | fzf -i)\"";
|
||||||
unique-extensions = "fd -tf | rev | cut -d. -f1 | rev \
|
unique-extensions = "fd -tf | rev | cut -d. -f1 | rev |
|
||||||
| tr '[:upper:]' '[:lower:]' | sort \
|
tr '[:upper:]' '[:lower:]' | sort |
|
||||||
| uniq --count | sort -rn";
|
uniq --count | sort -rn";
|
||||||
};
|
};
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user