Skip to content

Commit

Permalink
chore: update zshrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
buck06191 committed Jan 16, 2024
1 parent 23faf33 commit 4feba06
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export PATH="$HOME/.bin:$PATH"

# fnm
export PATH=$HOME/.fnm:$PATH
eval "`fnm env`"
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"

alias "nvm"="fnm"

Expand All @@ -56,6 +56,10 @@ git_clean_remote() {

alias gfuckit='git commit --amend --no-edit && gpf'

## TODO

alias t="todo.sh"

# SSH Agent
if [ -z "$SSH_AUTH_SOCK" ]; then
# Check for a currently running instance of the agent
Expand Down Expand Up @@ -87,8 +91,8 @@ CARGO_EMAIL="josh.russell.buckland@gmail.com"


## Go
# export GOPATH=$(go env GOPATH)
# export PATH="$GOPATH/bin:$PATH"
export GOPATH=$(go env GOPATH)
export PATH="$GOPATH/bin:$PATH"

# Pyenv
export PYENV_ROOT="$HOME/.pyenv"
Expand All @@ -99,3 +103,5 @@ alias vim=nvim

## Secrets
# source $HOME/.dotfiles/secrets
autoload bashcompinit && bashcompinit
autoload -Uz compinit && compinit

0 comments on commit 4feba06

Please sign in to comment.