Created
June 8, 2019 17:15
-
-
Save ideepika/7dc097787a1da9a327513b97c92a5943 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
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # Uncomment the following line if you don't like systemctl's auto-paging feature: | |
| # export SYSTEMD_PAGER= | |
| # User specific aliases and functions | |
| alias grep='grep -Hrn' | |
| alias src1='cd ~/ceph1.0/ceph/src' | |
| alias build1='cd ~/ceph1.0/ceph/build' | |
| alias src2='cd ~/ceph2.0/ceph/src' | |
| alias build2='cd ~/ceph2.0/ceph/build' | |
| alias src-upstream='cd ~/ceph-upstream/ceph/src' | |
| alias build-upstream='cd ~/ceph-upstream/ceph/build' | |
| alias v='vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment