mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add dircount alias.
This commit is contained in:
@@ -30,3 +30,6 @@ alias ack="ack-grep"
|
|||||||
|
|
||||||
# Launch chrome for burp
|
# Launch chrome for burp
|
||||||
alias chrome-for-burp="/usr/bin/google-chrome --ignore-certificate-errors --user-data-dir=${HOME}/.chrome-for-burp --proxy-server=127.0.0.1:8080 >/dev/null 2>&1 &"
|
alias chrome-for-burp="/usr/bin/google-chrome --ignore-certificate-errors --user-data-dir=${HOME}/.chrome-for-burp --proxy-server=127.0.0.1:8080 >/dev/null 2>&1 &"
|
||||||
|
|
||||||
|
# Useful directory utilities
|
||||||
|
alias dircount="for d in * ; do find \$d -type d | wc -l | tr -d '\n' ; echo ' ' \$d ; done | sort -n"
|
||||||
|
|||||||
Reference in New Issue
Block a user