388 current 2025-05-14 05:15:10 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-14 05:15:31 -04:00
parent 23d48036fb
commit 5aa92f6e5a
3 changed files with 42 additions and 1 deletions

View File

@@ -197,6 +197,22 @@ alias home-cfg="nvim /home/synchronous/nix-cfg/home/home.nix"
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
a.nixi() {
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
}
a.pingg() {
grc ping 8.8.8.8 -c 1
}
a.sitecopy() {
wget -k -K -E -r -l 10 -p -N -F -nH $@
}
a.fo() {
firefox `pwd`
}
# ------------------- fzf configuration
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh