Skip to content

Commit fe63af8

Browse files
committed
short-sha
1 parent 30e3d88 commit fe63af8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

aliases

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ alias gc='git checkout'
55
alias gap='git add -p'
66
# copy the current branch name
77
alias gcb='git rev-parse --abbrev-ref HEAD | pbcopy'
8-
alias copy-sha='git rev-parse --short HEAD | tr -d "\n" | pbcopy'
8+
alias short-sha='git rev-parse --short HEAD'
9+
alias copy-sha='short-sha | tr -d "\n" | pbcopy'
910

1011
# Bundler
1112
alias b="bundle"

zshrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ export EDITOR='nvim'
5353

5454
export DISABLE_AUTO_TITLE=true
5555

56-
export NEXT_TELEMETRY_DISABLED=1
57-
export SAM_CLI_TELEMETRY=0
58-
5956
for f in ~/.sources/**/*; do
6057
. $f
6158
done

0 commit comments

Comments
 (0)