mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add bw specific stuff
This commit is contained in:
13
zshenv
13
zshenv
@@ -15,3 +15,16 @@ export NVM_DIR="$HOME/.nvm"
|
||||
# todo.sh
|
||||
alias t=todo.sh
|
||||
|
||||
# BW specific stuff
|
||||
JIRA_URL="https://jira.brandwatch.com"
|
||||
|
||||
alias gfu="git fetch upstream"
|
||||
|
||||
alias gcbi="git checkout -b $1 upstream/ui-revamp-integration"
|
||||
alias gcbs="git checkout -b $1 upstream/ui-revamp-stage"
|
||||
alias gcbl="git checkout -b $1 upstream/ui-revamp-live"
|
||||
|
||||
alias gcboi="git checkout -b $1 upstream/integration"
|
||||
alias gcbos="git checkout -b $1 upstream/stage"
|
||||
alias gcbol="git checkout -b $1 upstream/live"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user