added alias for brew cask and git rebase
This commit is contained in:
1
bash/bash_aliases.d/brew.sh
Normal file
1
bash/bash_aliases.d/brew.sh
Normal file
@@ -0,0 +1 @@
|
||||
alias bc='brew cask'
|
||||
@@ -10,6 +10,7 @@ alias gp='git push'
|
||||
alias gpl='git pull --rebase'
|
||||
alias gplnr='git pull'
|
||||
alias gme='git merge'
|
||||
alias grb='git rebase'
|
||||
alias gb='git branch'
|
||||
alias gst='git stash'
|
||||
alias gco='git checkout'
|
||||
|
||||
@@ -36,6 +36,7 @@ cp etc.sh "${HOME}/.bash_completion.d"
|
||||
cd "../bash_functions.d"
|
||||
cp completion.sh extract.sh lsbytes.sh lsnew.sh vim.sh "${HOME}/.bash_functions.d"
|
||||
cd "${ROOT}"
|
||||
|
||||
#install custom bash scripts
|
||||
cp "bash/bash_aliases.d/"*.sh "${HOME}/.bash_aliases.d"
|
||||
#cp "bash/bash_completion.d/"*.sh "${HOME}/.bash_completion.d"
|
||||
|
||||
Reference in New Issue
Block a user