Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 17, 2023
1 parent cba3342 commit 16f1c94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ source $ZSH/oh-my-zsh.sh

################################################################################

setopt nocaseglob # ignore case
setopt correct # correct spelling mistakes
setopt auto_cd # if there is no app with given name, try to cd to it

################################################################################

SSH_QUIET_OPTS="-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=quiet"

################################################################################
Expand All @@ -46,6 +52,7 @@ export GOPATH=~/projects/gocode
export GOBIN=~/projects/gocode/bin
export PATH=~/projects/gocode/bin:$PATH

# Add local bin dir to PATH
export PATH=$HOME/.bin:/usr/local/bin:$PATH

# Aliases
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.3.5"
VERSION="2.3.6"

################################################################################

Expand Down

0 comments on commit 16f1c94

Please sign in to comment.