mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
gopath
This commit is contained in:
parent
b569b1c486
commit
6433f2616c
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -202,6 +202,10 @@ if iscmd tldr; then
|
||||||
alias tldrf='tldr --list | fzf --preview "tldr {1} --color=always" --preview-window=right,70% | xargs tldr'
|
alias tldrf='tldr --list | fzf --preview "tldr {1} --color=always" --preview-window=right,70% | xargs tldr'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if iscmd go; then
|
||||||
|
export GOPATH=$HOME/.local/go
|
||||||
|
fi
|
||||||
|
|
||||||
DISABLE_MAGIC_FUNCTIONS=true
|
DISABLE_MAGIC_FUNCTIONS=true
|
||||||
source $OTHER/func.zsh
|
source $OTHER/func.zsh
|
||||||
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue