Skip to content

Commit

Permalink
added go path to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaijin66 committed Feb 7, 2024
1 parent 44c31a3 commit dd5753b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function setup_config_files {
# Run the installation functions
install_brew
install_packages
install_skhd
# install_skhd

# Additional setup steps
setup_dotfiles
Expand Down
6 changes: 4 additions & 2 deletions zsh/zshrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=HOME/bin:/Users/pgaijin66/src/github/cheesy-app/cli/binary:$PATH
export GOROOT=/usr/local/go

export PATH=$HOME/bin:$GOROOT/bin:$PATH

export ZSH="$HOME/.oh-my-zsh"

Expand Down Expand Up @@ -49,7 +51,7 @@ alias grep2="grep -v '^\s*$\|^\s*\#' $1"
alias cls="clear"
alias pd="cd ~/src/personal/github"
alias wd="cd ~/src/work/github"

alias c="clear"

# Check internet and dns
alias ruok='
Expand Down

0 comments on commit dd5753b

Please sign in to comment.