388 current 2025-05-14 05:15:10 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -61,12 +61,16 @@ in {
|
||||
nodejs_23
|
||||
gnumake
|
||||
choose # better awk and cut
|
||||
grc
|
||||
|
||||
# security
|
||||
aflplusplus
|
||||
wget
|
||||
traceroute
|
||||
dig
|
||||
httpx
|
||||
sshfs
|
||||
katana
|
||||
]
|
||||
++ (
|
||||
with lib; let
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user