fixed stdsize alias
This commit is contained in:
parent
269bc08a13
commit
cde94bd620
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -128,5 +128,5 @@ alias fflive='ffmpeg -f pulse -i default -f x11grab -framerate 24 -video_size 13
|
|||
|
||||
alias mkdir="mkdir -p"
|
||||
|
||||
alias stdsize="wc -c | awk '{print $1/1000\"K\"}'"
|
||||
alias stdsize='wc -c | awk '"'"'{print $1/1000"K"}'"'"' '
|
||||
|
||||
|
|
Loading…
Reference in a new issue