This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-08-19 23:37:16 +05:30
parent 433afe3895
commit d200026663
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[user]
name = BRAVO68WEB
name = Bravo68WEB
email = jbandyopadhayaya@gmail.com
[gpg]
program = gpg2

6
.zshrc
View File

@ -108,7 +108,6 @@ 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"
@ -119,3 +118,8 @@ export PATH="$BUN_INSTALL/bin:$PATH"
export FLYCTL_INSTALL="/home/bravo68web/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
# pnpm
export PNPM_HOME="/home/bravo68web/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
# pnpm end