From 846d44fde8b6997403066b9aa9b28f9b4a4fbd49 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 18 Apr 2025 12:00:19 +0200 Subject: add go for nvim development --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index f6e0cdd..7ab0571 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,5 +1,6 @@ # Export own script path export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH +export GOPATH=$HOME/.go # Aliases alias ls='ls --color=auto' -- cgit 1.4.1