new aliases and bashrc settings

This commit is contained in:
2025-07-10 00:32:04 -06:00
parent 559c40f508
commit 1c0c82afde
4 changed files with 13 additions and 1 deletions

View File

@@ -23,6 +23,10 @@
cp = "cp -i";
mv = "mv -i";
mkdir = "mkdir -p";
mkcd = "(){ mkdir -p \"$1\" && cd \"$1\" }";
copy = "xclip -selection clipboard";
cdp = "pwd | copy";
cfp = "(){ readlink -f \"$1\" | copy }";
".." = "cd ..";
"..." = "cd ../..";
".3" = "cd ../../..";
@@ -31,6 +35,7 @@
c = "cat";
sc = "systemctl --user";
jc = "journalctl --user -xefu";
nh = "nix run /home/jawz/Development/Git/nh#nh -- ";
open-gallery = ''
cd /srv/server/pool/scrapping/JawZ/gallery-dl &&
xdg-open "$(${fd}/bin/fd . ./ Husbands -tdirectory -d 1 | ${fzf}/bin/fzf -i)"'';