Skip to content

Commit

Permalink
alias cpufreq
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed May 30, 2024
1 parent f2012a9 commit 72a9a50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ alias ackj='ack --type kotlin --type java --type groovy'
alias ackng='ack --nogroup'
alias apt='sudo apt'
alias apthi='bash -c "sudo apt -o Acquire::http::Proxy=http://\$0 install \$1"'
alias base58='basex -i $(echo {0..9} {A..Z} {a..z} | tr -d " 0IOl") && echo'
alias base62='basex -i $(echo {0..9} {A..Z} {a..z} | tr -d " ") && echo'
alias base58='basex -i $(echo {0..9} {A..Z} {a..z} | tr -d " 0IOl")'
alias base62='basex -i $(echo {0..9} {A..Z} {a..z} | tr -d " ")'
alias bcrypt='htpasswd -bnBC 10 ""'
alias cmemchk='valgrind --tool=memcheck --leak-check=full'
alias code='code -n'
alias cpufreq="cpufreq-info | tr '\n' '\r' | sed -e 's/\r\s\{8,\}/ /g' | tr '\r' '\n' | grep current"
alias datev='date +%Y%m%d%H%M%S'
alias digs='dig +noall +answer'
alias ffunix='vi -c ":set ff=unix" -c ":wq"'
Expand Down

0 comments on commit 72a9a50

Please sign in to comment.