diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 9abaee9..0de3687 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -50,6 +50,7 @@ sec_packages=( "chisel" "cloud-enum" "dnscat2" + "enum4linux-ng" "hurl" "gobuster" "ncat" diff --git a/system/ls.zsh b/system/ls.zsh index b30ae05..bd04209 100644 --- a/system/ls.zsh +++ b/system/ls.zsh @@ -6,5 +6,5 @@ alias lsd="ls -lFD" # List all files colorized in long format alias l="ls -lgF" # List all files colorized in long format, including dot files -alias la="ls -lagF" +alias ll="ls -lagF"