Skip to content

Instantly share code, notes, and snippets.

@ideepika
Created June 8, 2019 17:15
Show Gist options
  • Select an option

  • Save ideepika/7dc097787a1da9a327513b97c92a5943 to your computer and use it in GitHub Desktop.

Select an option

Save ideepika/7dc097787a1da9a327513b97c92a5943 to your computer and use it in GitHub Desktop.
# .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