Skip to content

Instantly share code, notes, and snippets.

@DonghoonPark12
Last active October 3, 2018 12:39
Show Gist options
  • Save DonghoonPark12/39251ae0627787aea520b2b822f9246a to your computer and use it in GitHub Desktop.
Save DonghoonPark12/39251ae0627787aea520b2b822f9246a to your computer and use it in GitHub Desktop.
.bashrc
alias eb='subl ~/.bashrc'
alias sb='source ~/.bashrc'
alias gs='git status'
alias gp='git pull'
alias at='source activate tf' #tensorflow python3.6
alias at2='source activate tf2' #tensorflow python2.7
alias dt='source deactivate tf || source deactivate tf2'
alias cw='cd ~/catkin_ws'
alias cs='cd ~/catkin_ws/src'
alias cm='cd ~/catkin_ws && sudo catkin_make'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment