Skip to content

Commit

Permalink
Add shell alias for viewing CPU temp (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz authored Apr 4, 2024
1 parent 84207fa commit c44d620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ mil_user_install_dependencies() {
fd-find \
ripgrep \
fzf \
aptitude
aptitude \
lm-sensors
}

# Add line to user's bashrc which source the repo's setup files
Expand Down
1 change: 1 addition & 0 deletions scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ source "$MIL_WS/src/mil/NaviGator/scripts/bash_aliases.sh"
alias mil='cd $MIL_REPO'
alias cm='catkin_make -DCATKIN_WHITELIST_PACKAGES="" -C $MIL_WS'
alias vrx='cd $MIL_REPO/NaviGator/simulation/VRX/vrx'
alias cputemp='watch sensors'

# General ROS aliases
ros_env() {
Expand Down

0 comments on commit c44d620

Please sign in to comment.