Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #You can use this file on linux and mac (in short, under bash for default sake!)
- #Just ln -s This_File to your home, make sure it is dotted file and sourced on your system
- alias c='clear'
- alias d='cd /Volumes/Data'
- alias e='exit'
- alias l='ls'
- alias m='mkdir -p'
- alias p='pwd'
- alias t='traceroute google.com'
- alias al='nano ~/.bash_profile && source ~/.bash_profile'
- alias la='ls -a'
- alias li='la|grep -i'
- alias md='md5'
- alias pi='ping google.com'
- alias rf='rm -rf'
- alias rm='rm -i'
- alias sh2='openssl dgst -sha256'
- alias sh1='shasum'
- alias des='cd ~/Desktop'
- alias doc='cd ~/Documents'
- alias dow='cd ~/Downloads'
- #alias pign='ping'
- #alias ping='ping google.com'
- alias alais='alias'
- #alias s='source ~/.bash_profile'
Advertisement
Add Comment
Please, Sign In to add comment