Recent changes

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-07-20 23:57:25 +05:30
parent a806ab4815
commit 5cf49dceda
2 changed files with 14 additions and 0 deletions

View File

@ -9,8 +9,11 @@
s = status
co = checkout
ac = !git add -A && git commit -m
ao = remote add origin
undo = reset HEAD~1 --mixed
res = !git reset --hard
done = !git push origin HEAD
lg = !git log --pretty=format:\"%C(magenta)%h%Creset -%C(red)%d%Creset %s %C(dim green)(%cr) [%an]\" --abbrev-commit -30A
del = branch -D
[pull]
rebase = false

11
.zshrc
View File

@ -107,4 +107,15 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
export STARSHIP_CONFIG=~/.config/starship.toml
export OPENSSL_CONF=/dev/null
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# bun completions
[ -s "/home/bravo68web/.bun/_bun" ] && source "/home/bravo68web/.bun/_bun"
# Bun
export BUN_INSTALL="/home/bravo68web/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
export FLYCTL_INSTALL="/home/bravo68web/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"