Skip to content

Commit

Permalink
Alias our git-jira command to just 'jira' (#132)
Browse files Browse the repository at this point in the history
## Summary:
Make it even easier to use the `git jira` hackathon tool

Issue: XXX-XXXX

## Test plan:
Try `jira open FEI-1234`

Author: lillialexis

Reviewers: csilvers

Required Reviewers:

Approved By: csilvers

Checks:

Pull Request URL: #132
  • Loading branch information
lillialexis authored Jan 14, 2025
1 parent 8bbf824 commit b1a8f2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .profile.khan
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export PATH="$HOME/go/bin:$PATH"

export MANPATH="$KA_DEVROOT/our-lovely-cli/man:$MANPATH"

# Alias our git-jira command to just 'jira'.
alias jira="git jira"

# Add our go-binaries home to PATH.
# TODO(csilvers): move this back above the devtools ones after we get
Expand Down Expand Up @@ -85,8 +87,8 @@ if [ `uname -s` = Darwin ]; then
export LDFLAGS="-L/usr/local/opt/openssl/lib $LDFLAGS"
export CPPFLAGS="-I/usr/local/opt/openssl/include $CPPFLAGS"
export CFLAGS="-I/usr/local/include -L/usr/local/lib $CFLAGS"
# Ingore some warnings that were being escalated as errors when compiling

# Ignore some warnings that were being escalated as errors when compiling
# golangci-lint plugins. See DEV-821 for more info.
export CGO_CPPFLAGS="-Wno-error -Wno-nullability-completeness -Wno-expansion-to-defined -Wno-builtin-requires-header $CGO_CPPFLAGS"

Expand Down

0 comments on commit b1a8f2e

Please sign in to comment.