Created
April 26, 2020 21:49
-
-
Save arifnd/977cfa8eba026b597d32db32d44d9ecc to your computer and use it in GitHub Desktop.
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
| # B | |
| alias b='clear' | |
| alias blow='tar zxvf' | |
| # C | |
| alias c='codium' | |
| alias cr='composer require' | |
| alias cin='composer install' | |
| # F | |
| alias f='firefox' | |
| # I | |
| alias i='sudo apt install' | |
| # T | |
| alias t='/home/arifnd/Apps/Telegram/Telegram -- %u' | |
| # U | |
| alias uu='sudo apt update && sudo apt upgrade' | |
| # X | |
| alias xup='sudo /opt/lampp/lampp start' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment