Skip to content

Commit

Permalink
add summary of catkin build
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Nov 14, 2023
1 parent ea9da75 commit 9519db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/zsh/config/ros.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
init_ros_zsh(){
local cpu_cores=$(python3 -c 'import multiprocessing as m; print(m.cpu_count());')
local jobs=$(($cpu_cores / 2))
alias catkinb="catkin b -j$jobs -p$jobs -c"
alias catkinbt="catkin bt -j$jobs -p$jobs -c"
alias catkinb="catkin b -j$jobs -p$jobs -c -s"
alias catkinbt="catkin bt -j$jobs -p$jobs -c -s"
# I want to set Ctrl + Alt + r to _ross, but it doesn't work.
zle -N _ross
bindkey '^[^r' _ross
Expand Down

0 comments on commit 9519db7

Please sign in to comment.