aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-01-09 14:28:13 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-01-09 14:28:13 -0500
commit36b5ac02b91ffc4d6901c5031b0f73b57e334f70 (patch)
treec6488da4e48d376da28579ce40a57321cc15cadb /.zshrc
parent67d40a9139547bb61fe3aacb54491b6e40a3cab8 (diff)
yak shaving
much to do about nothing, outlines from lspsage, some matching, some tpope plugins, flailing sql things might be too bloated but let's try it
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 4fd5309..af9bd26 100644
--- a/.zshrc
+++ b/.zshrc
@@ -134,6 +134,7 @@ alias find=fd
alias pls='sudo $(history -p !!)'
alias jai="~/jai/bin/jai"
export PATH=~/bin:$PATH
+export PATH=~/go/bin:$PATH
export PATH=~/.local/bin:$PATH
export EDITOR=nvim