Commit 7ce90bdb authored by Taddeüs Kroes's avatar Taddeüs Kroes

tm is now a function that ignores program output

parent a69c65bd
......@@ -89,7 +89,10 @@ alias mvv='mosh mv -p 8215 -- screen -Uxr'
alias cdhere='cd $(realpath $(pwd))'
alias ocaml='rlwrap ocaml'
alias c='xclip -i -selection clipboard'
alias tm='`which time` -f "real: %e"'
function tm () {
`which time` -f %e $* > /dev/null
}
# Add an "alert" alias for long running commands. Use like so:
# sleep 10; alert
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment