Skip to content

Commit

Permalink
quality of life updates
Browse files Browse the repository at this point in the history
Signed-off-by: wrightbradley <[email protected]>
  • Loading branch information
wrightbradley committed Oct 24, 2024
1 parent 944f8ca commit cb8d4b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/dot_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,7 @@ fi
secure_history() {
gsed -i '/base64 --decode/d; /base64 --encode/d; /base64 -d/d; /base64 -e/d;' ~/.zsh_history
}

pr_commits(){
git log --date-order --pretty=format:"%C(bold yellow)%h%C(reset) %s%C(auto)%d%C(reset)%n * %b" origin/main..HEAD | grep -v Signed-off-by | pbcopy
}
2 changes: 2 additions & 0 deletions home/dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@
[includeIf "gitdir:~/.config/nvim/"]
path = ~/.gitconfig.personal
{{- end }}
[url "[email protected]:"]
insteadOf = https://github.com/
1 change: 1 addition & 0 deletions home/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export EDITOR='nvim'
export KUBE_EDITOR='nvim'
export YSU_IGNORED_GLOBAL_ALIASES=()
export YSU_IGNORED_ALIASES=("vi" "vim" "G")
export NODE_OPTIONS="--no-deprecation"

# Terraform Configuration
# export TERRAFORM_BINARY_NAME="tofu"
Expand Down

0 comments on commit cb8d4b3

Please sign in to comment.