diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-04 10:43:07 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-04 10:43:07 +0000 |
commit | 9032842969ffa5c7eb673adb8b65eadd31dfc30b (patch) | |
tree | ea91616172dcf934599f62279b595bdf79083bec /.zshrc | |
parent | rsync (diff) | |
download | scripts-9032842969ffa5c7eb673adb8b65eadd31dfc30b.tar.gz scripts-9032842969ffa5c7eb673adb8b65eadd31dfc30b.zip |
some updates
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ autoload -U compinit && compinit -u eval `dircolors ~/.dir_colors` # _evalcache dircolors ~/.dir_colors +alias rm="rm -I --one-file-system --preserve-root=all" alias vv="vim" alias ls="exa" # alias ls="ls --color=auto" @@ -509,6 +510,7 @@ setopt +o nomatch # eval "$(goenv init -)" # export PATH="$GOROOT/bin:$PATH" # export PATH="$PATH:$GOPATH/bin" +export GOPROXY=https://goproxy.io fzf_postit() { cat ~/scripts/postit | fzf-tmux -p 70%,70% -- --bind 'enter:execute(tmux set-buffer {})+accept' |