strace: default follow child, str size 1024

This commit is contained in:
2015-12-11 15:49:09 +01:00
parent 514e4ea936
commit 59f80be105

View File

@@ -126,6 +126,7 @@ alias pacman='pacman --color auto'
alias xo=xdg-open
alias ag='ag -C 2 --pager="$PAGER" --smart-case'
alias prepend-timestamp='gawk "{ print strftime(\"[%Y-%m-%d %H:%M:%S]\"), \$0; fflush() }"'
alias strace='strace -f -s 1024'
function ds() {
du -sh "$@" | sort -rh