aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-04 10:43:07 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-04 10:43:07 +0000
commit9032842969ffa5c7eb673adb8b65eadd31dfc30b (patch)
treeea91616172dcf934599f62279b595bdf79083bec /.zshrc
parentrsync (diff)
downloadscripts-9032842969ffa5c7eb673adb8b65eadd31dfc30b.tar.gz
scripts-9032842969ffa5c7eb673adb8b65eadd31dfc30b.zip
some updates
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 4d33335..1d07fd7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'