|
|
@ -17,6 +17,7 @@ alias wget-opendir='wget --recursive --level 0 --continue --no-clobber \
|
|
|
|
|
|
|
|
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias numfiles='find . -maxdepth 1 -type f | wc -l'
|
|
|
|
alias take='sudo chown $(whoami):$(whoami) '
|
|
|
|
alias take='sudo chown $(whoami):$(whoami) '
|
|
|
|
|
|
|
|
alias pretty_json='jq --compact-output | prettier --parser json | bat --language json'
|
|
|
|
|
|
|
|
|
|
|
|
if [[ $(uname) == Linux ]]; then
|
|
|
|
if [[ $(uname) == Linux ]]; then
|
|
|
|
alias ls='ls --color=auto'
|
|
|
|
alias ls='ls --color=auto'
|
|
|
|