Created
November 15, 2019 20:16
-
-
Save romanlv/a60e3eae254d095f87df5f182171b070 to your computer and use it in GitHub Desktop.
bash settings
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
alias aliases='vi ~/.bash_aliases' | |
alias lsa='ls -a' | |
alias master='git checkout master; git pull origin master' | |
alias profile='vi ~/.bash_profile' | |
alias pubkey="more ~/.ssh/id_rsa.pub | pbcopy | echo '=> Public key copied to pasteboard.'" | |
alias reload='source ~/.bash_profile' | |
alias up='cd ..' | |
alias jira='https://jira.walmart.com/secure/RapidBoard.jspa?rapidView=9759&projectKey=CAPIP' | |
alias wiki='open https://confluence.my-company.com/display/PROJECT' | |
alias git-br="git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'" | |
alias smerge="'/Applications/Sublime Merge.app/Contents/SharedSupport/bin/smerge'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment