This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # User your favorite editor here! | |
| alias word=vim | |
| #Useful Aliases for Ubuntu (with ROS/Cuda/Anaconda...).Personalize! Also, Might need some fixing | |
| ## get rid of a common typo - command not found ## | |
| alias cd..='cd ..' | |
| ## apt-get laziness # Debian encourages using apt now | |
| alias update='sudo apt update' | |
| alias upgrade='sudo apt upgrade' |
NewerOlder