1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00
This commit is contained in:
Luna 2024-10-02 00:23:33 +02:00
parent b569b1c486
commit 6433f2616c

4
.zshrc
View file

@ -202,6 +202,10 @@ if iscmd tldr; then
alias tldrf='tldr --list | fzf --preview "tldr {1} --color=always" --preview-window=right,70% | xargs tldr'
fi
if iscmd go; then
export GOPATH=$HOME/.local/go
fi
DISABLE_MAGIC_FUNCTIONS=true
source $OTHER/func.zsh
source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"